Color names in this palette
CSS code for this palette
/* CSS */
.red-pigment {
color: #ed1d23;
}
.chrome-yellow {
color: #faa700;
}
.dolly {
color: #f8ef6d;
}
.spring-bouquet {
color: #6dd085;
}
.deep-ultramarine {
color: #3c4a9a;
}
/* CSS Variables */
:root {
--red-pigment:#ed1d23;
--chrome-yellow:#faa700;
--dolly:#f8ef6d;
--spring-bouquet:#6dd085;
--deep-ultramarine:#3c4a9a;
}