Color names in this palette
CSS code for this palette
/* CSS */
.granada-sky {
color: #5e7eba;
}
.ruffled-iris {
color: #9f9fc1;
}
.helen-of-troy {
color: #c3b99d;
}
.soft-butter {
color: #f5e2b8;
}
.red-clown {
color: #d24237;
}
/* CSS Variables */
:root {
--granada-sky:#5e7eba;
--ruffled-iris:#9f9fc1;
--helen-of-troy:#c3b99d;
--soft-butter:#f5e2b8;
--red-clown:#d24237;
}