Color names in this palette
CSS code for this palette
/* CSS */
.bluesy-note {
color: #7e9bb9;
}
.heaven {
color: #b4d1d5;
}
.january-dawn {
color: #e0e1e5;
}
.serene-pink {
color: #f4c6b8;
}
.plastic-carrot {
color: #f35c20;
}
/* CSS Variables */
:root {
--bluesy-note:#7e9bb9;
--heaven:#b4d1d5;
--january-dawn:#e0e1e5;
--serene-pink:#f4c6b8;
--plastic-carrot:#f35c20;
}