Couleur HTML Select
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="stylesheet" href="style.css"/>
<title>HTML Select Color</title>
</head>
<body>
<input type="color" id="colorPicker">
<!-- You can change the color with value, like this: <input type="color" value ="#eee">
The Default COlor is #000 (Black)
YOu can also edit the css.
-->
</body>
Worrisome Wasp