Color names in this palette
CSS code for this palette
/* CSS */
.lemon-dream {
color: #f0a400;
}
.yellow-mask {
color: #f6d251;
}
.lemon-gelato {
color: #f9ea9f;
}
.rose-linen {
color: #e9b0a0;
}
.ua-red {
color: #d6004f;
}
/* CSS Variables */
:root {
--lemon-dream:#f0a400;
--yellow-mask:#f6d251;
--lemon-gelato:#f9ea9f;
--rose-linen:#e9b0a0;
--ua-red:#d6004f;
}