Color names in this palette
CSS code for this palette
/* CSS */
.sunday-afternoon {
color: #f9c776;
}
.roseberry {
color: #f7a8a1;
}
.sun-orange {
color: #f47b1f;
}
.sour-candy {
color: #69af4b;
}
.olympic-blue {
color: #4b91e2;
}
/* CSS Variables */
:root {
--sunday-afternoon:#f9c776;
--roseberry:#f7a8a1;
--sun-orange:#f47b1f;
--sour-candy:#69af4b;
--olympic-blue:#4b91e2;
}