Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.20000-leagues-under-the-sea {
color: #1a1a6b;
}
.natural-wool {
color: #fff5d6;
}
.soviet-gold {
color: #ffd900;
}
.coquelicot {
color: #ff3c00;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--20000-leagues-under-the-sea:#1a1a6b;
--natural-wool:#fff5d6;
--soviet-gold:#ffd900;
--coquelicot:#ff3c00;
}