Color names in this palette
CSS code for this palette
/* CSS */
.sandy-beach {
color: #f9e3d2;
}
.brain-pink {
color: #f2b1b1;
}
.rosey-afterglow {
color: #f8c9d1;
}
.dream-land {
color: #eab3e7;
}
.spacious-skies {
color: #d6e9f0;
}
/* CSS Variables */
:root {
--sandy-beach:#f9e3d2;
--brain-pink:#f2b1b1;
--rosey-afterglow:#f8c9d1;
--dream-land:#eab3e7;
--spacious-skies:#d6e9f0;
}