Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.frangipane {
color: #f5d4b2;
}
.majestic-treasures {
color: #f2e7a6;
}
.southern-belle {
color: #a5d5c5;
}
.sanctuary-spa {
color: #69b3e8;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--frangipane:#f5d4b2;
--majestic-treasures:#f2e7a6;
--southern-belle:#a5d5c5;
--sanctuary-spa:#69b3e8;
}