Color names in this palette
CSS code for this palette
/* CSS */
.crown-blue {
color: #4a4e68;
}
.high-reflective-white {
color: #f8f6f1;
}
.rosy-tan {
color: #c9ada6;
}
.pompelmo {
color: #ff6b6b;
}
.fuchsia-felicity {
color: #f64c71;
}
/* CSS Variables */
:root {
--crown-blue:#4a4e68;
--high-reflective-white:#f8f6f1;
--rosy-tan:#c9ada6;
--pompelmo:#ff6b6b;
--fuchsia-felicity:#f64c71;
}