Color names in this palette
CSS code for this palette
/* CSS */
.pressed-rose {
color: #f1a7a7;
}
.fluffy-pink {
color: #f6d5cb;
}
.aspen-yellow {
color: #f8e0a0;
}
.lull-wind {
color: #c3d6e9;
}
.c-est-la-vie {
color: #86b5e4;
}
/* CSS Variables */
:root {
--pressed-rose:#f1a7a7;
--fluffy-pink:#f6d5cb;
--aspen-yellow:#f8e0a0;
--lull-wind:#c3d6e9;
--c-est-la-vie:#86b5e4;
}