Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f8c24f;
}
.dried-goldenrod {
color: #e4a82f;
}
.apricot-chicken {
color: #d6901f;
}
.mulberry-thorn {
color: #c57a2b;
}
.scarecrow-frown {
color: #a55a2c;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f8c24f;
--dried-goldenrod:#e4a82f;
--apricot-chicken:#d6901f;
--mulberry-thorn:#c57a2b;
--scarecrow-frown:#a55a2c;
}