Color names in this palette
CSS code for this palette
/* CSS */
.red-mull {
color: #ff8a8a;
}
.wildflower-bouquet {
color: #ffb3b3;
}
.apricot-lily {
color: #ffd1b3;
}
.lively-yellow {
color: #ffebb3;
}
.sun-drenched {
color: #ffe5a3;
}
/* CSS Variables */
:root {
--red-mull:#ff8a8a;
--wildflower-bouquet:#ffb3b3;
--apricot-lily:#ffd1b3;
--lively-yellow:#ffebb3;
--sun-drenched:#ffe5a3;
}