Color names in this palette
CSS code for this palette
/* CSS */
.dreamsicle {
color: #f5d5c2;
}
.wintergreen-mint {
color: #c8e5c8;
}
.ranier-white {
color: #f7ebd9;
}
.prettiest-pink {
color: #e0a3c9;
}
.violet-kiss {
color: #f2a1d6;
}
/* CSS Variables */
:root {
--dreamsicle:#f5d5c2;
--wintergreen-mint:#c8e5c8;
--ranier-white:#f7ebd9;
--prettiest-pink:#e0a3c9;
--violet-kiss:#f2a1d6;
}