Color names in this palette
CSS code for this palette
/* CSS */
.pink-marshmallow {
color: #f5b8d1;
}
.deep-champagne {
color: #f9d5c3;
}
.soft-butter {
color: #f4e2b8;
}
.cactus-spike {
color: #c3e0a3;
}
.sky-of-ocean {
color: #84d2e6;
}
/* CSS Variables */
:root {
--pink-marshmallow:#f5b8d1;
--deep-champagne:#f9d5c3;
--soft-butter:#f4e2b8;
--cactus-spike:#c3e0a3;
--sky-of-ocean:#84d2e6;
}