Color names in this palette
CSS code for this palette
/* CSS */
.charted {
color: #b3cde0;
}
.calabrese {
color: #f6a8a2;
}
.lighthouse-glow {
color: #f9d36c;
}
.azalea-pink {
color: #f9c3c3;
}
.muddy-mauve {
color: #e3b0c8;
}
/* CSS Variables */
:root {
--charted:#b3cde0;
--calabrese:#f6a8a2;
--lighthouse-glow:#f9d36c;
--azalea-pink:#f9c3c3;
--muddy-mauve:#e3b0c8;
}