Color names in this palette
CSS code for this palette
/* CSS */
.tickled-pink {
color: #f3a5c2;
}
.washed-out-crimson {
color: #ffb4a8;
}
.south-shore-sun {
color: #ffda9e;
}
.rite-of-spring {
color: #ffeba8;
}
.lit-l-buoy-blew {
color: #d5e7e1;
}
/* CSS Variables */
:root {
--tickled-pink:#f3a5c2;
--washed-out-crimson:#ffb4a8;
--south-shore-sun:#ffda9e;
--rite-of-spring:#ffeba8;
--lit-l-buoy-blew:#d5e7e1;
}