Color names in this palette
CSS code for this palette
/* CSS */
.rising-star {
color: #f7f7d4;
}
.polar-blue {
color: #b3e1e5;
}
.azalea-pink {
color: #f9c3c3;
}
.vitamin-c {
color: #ff9900;
}
.slate-expectations {
color: #6e7c8c;
}
/* CSS Variables */
:root {
--rising-star:#f7f7d4;
--polar-blue:#b3e1e5;
--azalea-pink:#f9c3c3;
--vitamin-c:#ff9900;
--slate-expectations:#6e7c8c;
}