Color names in this palette
CSS code for this palette
/* CSS */
.calm-interlude {
color: #a5b0d4;
}
.beautiful-dream {
color: #b6c8e2;
}
.awakened {
color: #e2d8e9;
}
.in-the-pink {
color: #f4c3cf;
}
.snow-white-blush {
color: #f9aeae;
}
/* CSS Variables */
:root {
--calm-interlude:#a5b0d4;
--beautiful-dream:#b6c8e2;
--awakened:#e2d8e9;
--in-the-pink:#f4c3cf;
--snow-white-blush:#f9aeae;
}