Color names in this palette
CSS code for this palette
/* CSS */
.yucca {
color: #799a8f;
}
.surf-spray {
color: #b2c7c3;
}
.mountain-dew {
color: #d1e1df;
}
.bakery-box {
color: #eff5f3;
}
.rose-reminder {
color: #f4c3c8;
}
/* CSS Variables */
:root {
--yucca:#799a8f;
--surf-spray:#b2c7c3;
--mountain-dew:#d1e1df;
--bakery-box:#eff5f3;
--rose-reminder:#f4c3c8;
}