Color names in this palette
CSS code for this palette
/* CSS */
.pink-beach {
color: #f5c3a8;
}
.ice-cream-parlour {
color: #f8d5af;
}
.beach-towel {
color: #fae1b2;
}
.glowlight {
color: #fdf6b4;
}
.sunkissed-yellow {
color: #ffeab8;
}
/* CSS Variables */
:root {
--pink-beach:#f5c3a8;
--ice-cream-parlour:#f8d5af;
--beach-towel:#fae1b2;
--glowlight:#fdf6b4;
--sunkissed-yellow:#ffeab8;
}