Color names in this palette
CSS code for this palette
/* CSS */
.cloudy-valley {
color: #b0c6d8;
}
.cor-de-pele {
color: #f5c2c2;
}
.lazy-daisy {
color: #f6e8a2;
}
.amber-yellow {
color: #f9b658;
}
.sizzling-sunset {
color: #e67f4c;
}
/* CSS Variables */
:root {
--cloudy-valley:#b0c6d8;
--cor-de-pele:#f5c2c2;
--lazy-daisy:#f6e8a2;
--amber-yellow:#f9b658;
--sizzling-sunset:#e67f4c;
}