Color names in this palette
CSS code for this palette
/* CSS */
.revel-blue {
color: #4a6c8c;
}
.blue-electress {
color: #6e9ecf;
}
.light-whimsy {
color: #9cd0e8;
}
.petals-unfolding {
color: #f4b8c4;
}
.fresh-pineapple {
color: #f6d64c;
}
/* CSS Variables */
:root {
--revel-blue:#4a6c8c;
--blue-electress:#6e9ecf;
--light-whimsy:#9cd0e8;
--petals-unfolding:#f4b8c4;
--fresh-pineapple:#f6d64c;
}