Skip to main content

COLOUR PICKER

<html>
<body>
    <form>
        Color
        <input type="color" id="send" oninput="result.value = send.value">
        <input type="text" id="result">
    </form>
</body>
</html> 

OUTPUT