Color names in this palette
CSS code for this palette
/* CSS */
.artesian-pool {
color: #a3c2e0;
}
.cerulean-frost {
color: #699bc3;
}
.mallorca-blue {
color: #4e7e97;
}
.peach-damask {
color: #f8c5aa;
}
.fiery-glow {
color: #f24e1c;
}
/* CSS Variables */
:root {
--artesian-pool:#a3c2e0;
--cerulean-frost:#699bc3;
--mallorca-blue:#4e7e97;
--peach-damask:#f8c5aa;
--fiery-glow:#f24e1c;
}