Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.lighthouse-glow {
color: #f6d56a;
}
.overtone {
color: #a6e7b7;
}
.malibu {
color: #6ab8e2;
}
.star-sapphire {
color: #3d6a99;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--lighthouse-glow:#f6d56a;
--overtone:#a6e7b7;
--malibu:#6ab8e2;
--star-sapphire:#3d6a99;
}