Color names in this palette
CSS code for this palette
/* CSS */
.rozowy-pink {
color: #f1a7b8;
}
.scalloped-oak {
color: #f3d0a0;
}
.candle-in-the-wind {
color: #f9eabe;
}
.aqua-bay {
color: #b5e3c7;
}
.deep-aquamarine {
color: #78d5e3;
}
/* CSS Variables */
:root {
--rozowy-pink:#f1a7b8;
--scalloped-oak:#f3d0a0;
--candle-in-the-wind:#f9eabe;
--aqua-bay:#b5e3c7;
--deep-aquamarine:#78d5e3;
}