Color names in this palette
CSS code for this palette
/* CSS */
.arctic-glow {
color: #c9d3e9;
}
.template {
color: #a3c4e6;
}
.broom-butterfly-blue {
color: #6fb3d8;
}
.pani-puri {
color: #f3a94f;
}
.salsa-sizzle {
color: #e77b3c;
}
/* CSS Variables */
:root {
--arctic-glow:#c9d3e9;
--template:#a3c4e6;
--broom-butterfly-blue:#6fb3d8;
--pani-puri:#f3a94f;
--salsa-sizzle:#e77b3c;
}