Color names in this palette
CSS code for this palette
/* CSS */
.highlighter-yellow {
color: #f3e13f;
}
.creamy-sweet-corn {
color: #f9c34e;
}
.rose-mallow {
color: #f5a8c3;
}
.aztec-sky {
color: #4db8d5;
}
.curious-blue {
color: #3d84b3;
}
/* CSS Variables */
:root {
--highlighter-yellow:#f3e13f;
--creamy-sweet-corn:#f9c34e;
--rose-mallow:#f5a8c3;
--aztec-sky:#4db8d5;
--curious-blue:#3d84b3;
}