Color names in this palette
CSS code for this palette
/* CSS */
.rosey-afterglow {
color: #f9c8cf;
}
.smooth-as-corn-silk {
color: #f4e2b3;
}
.whirlpool {
color: #a6d9cb;
}
.glacier-point {
color: #b2d7e6;
}
.certain-peach {
color: #f3b9a0;
}
/* CSS Variables */
:root {
--rosey-afterglow:#f9c8cf;
--smooth-as-corn-silk:#f4e2b3;
--whirlpool:#a6d9cb;
--glacier-point:#b2d7e6;
--certain-peach:#f3b9a0;
}