Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.whipped-peach {
color: #f9cfae;
}
.lemon-rose {
color: #f9e8ae;
}
.sour-green-cherry {
color: #ceffad;
}
.shy-moment {
color: #aeaef9;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--whipped-peach:#f9cfae;
--lemon-rose:#f9e8ae;
--sour-green-cherry:#ceffad;
--shy-moment:#aeaef9;
}