Color names in this palette
CSS code for this palette
/* CSS */
.limoges {
color: #1e396c;
}
.rainy-lake {
color: #3c6a8b;
}
.broom-butterfly-blue {
color: #69b3d8;
}
.sunny-mood {
color: #f7c94b;
}
.opal-flame {
color: #ea5b48;
}
/* CSS Variables */
:root {
--limoges:#1e396c;
--rainy-lake:#3c6a8b;
--broom-butterfly-blue:#69b3d8;
--sunny-mood:#f7c94b;
--opal-flame:#ea5b48;
}