Color names in this palette
CSS code for this palette
/* CSS */
.radiant-sun {
color: #f3ca4f;
}
.maybe-maui {
color: #f6d58e;
}
.khaki-core {
color: #f9e3ae;
}
.song-of-summer {
color: #fce7b6;
}
.ginger-peach {
color: #f8cfa0;
}
/* CSS Variables */
:root {
--radiant-sun:#f3ca4f;
--maybe-maui:#f6d58e;
--khaki-core:#f9e3ae;
--song-of-summer:#fce7b6;
--ginger-peach:#f8cfa0;
}