Color names in this palette
CSS code for this palette
/* CSS */
.wind-speed {
color: #c0d6d8;
}
.sun-dust {
color: #f5e2a3;
}
.old-flame {
color: #f1b6b8;
}
.candlelight-peach {
color: #f8a3a0;
}
.think-pink {
color: #e3a5c2;
}
/* CSS Variables */
:root {
--wind-speed:#c0d6d8;
--sun-dust:#f5e2a3;
--old-flame:#f1b6b8;
--candlelight-peach:#f8a3a0;
--think-pink:#e3a5c2;
}