Color names in this palette
CSS code for this palette
/* CSS */
.blue-expanse {
color: #1e3b71;
}
.christmas-blue {
color: #298ebc;
}
.sanctuary-spa {
color: #5db3e5;
}
.sunny-mood {
color: #f7c94b;
}
.ponceau {
color: #f25a76;
}
/* CSS Variables */
:root {
--blue-expanse:#1e3b71;
--christmas-blue:#298ebc;
--sanctuary-spa:#5db3e5;
--sunny-mood:#f7c94b;
--ponceau:#f25a76;
}