Color names in this palette
CSS code for this palette
/* CSS */
.lake-lucerne {
color: #699bba;
}
.resolute-blue {
color: #87b1c5;
}
.catarina-green {
color: #92c8b5;
}
.creamy-gelato {
color: #f1e2c6;
}
.candy-heart-pink {
color: #f7a1a1;
}
/* CSS Variables */
:root {
--lake-lucerne:#699bba;
--resolute-blue:#87b1c5;
--catarina-green:#92c8b5;
--creamy-gelato:#f1e2c6;
--candy-heart-pink:#f7a1a1;
}