Color names in this palette
CSS code for this palette
/* CSS */
.extreme-yellow {
color: #ffb829;
}
.golden-glow {
color: #f8d57c;
}
.rose-mallow {
color: #f2abc6;
}
.loveland {
color: #e67093;
}
.pretty-in-plum {
color: #d2518d;
}
/* CSS Variables */
:root {
--extreme-yellow:#ffb829;
--golden-glow:#f8d57c;
--rose-mallow:#f2abc6;
--loveland:#e67093;
--pretty-in-plum:#d2518d;
}