Color names in this palette
CSS code for this palette
/* CSS */
.strawberry-cream {
color: #f2abb2;
}
.dainty-debutante {
color: #f4beb4;
}
.pink-sea-salt {
color: #f6d8cb;
}
.silkroad {
color: #e9e1b4;
}
.surf-crest {
color: #c3d5b8;
}
/* CSS Variables */
:root {
--strawberry-cream:#f2abb2;
--dainty-debutante:#f4beb4;
--pink-sea-salt:#f6d8cb;
--silkroad:#e9e1b4;
--surf-crest:#c3d5b8;
}