Color names in this palette
CSS code for this palette
/* CSS */
.samoan-sun {
color: #f5b942;
}
.bright-yarrow {
color: #f7cf69;
}
.storm-lightning {
color: #f9e79f;
}
.pink-beach {
color: #f8c2a5;
}
.cosmic-coral {
color: #e57a6c;
}
/* CSS Variables */
:root {
--samoan-sun:#f5b942;
--bright-yarrow:#f7cf69;
--storm-lightning:#f9e79f;
--pink-beach:#f8c2a5;
--cosmic-coral:#e57a6c;
}