Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.serene-pink {
color: #f6c7b6;
}
.calla {
color: #f2e1b5;
}
.gemini {
color: #b3d5c8;
}
.blue-chrysocolla {
color: #79b8d2;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--serene-pink:#f6c7b6;
--calla:#f2e1b5;
--gemini:#b3d5c8;
--blue-chrysocolla:#79b8d2;
}