Color names in this palette
CSS code for this palette
/* CSS */
.bright-khaki {
color: #f0e78e;
}
.sunset-gold {
color: #f4c162;
}
.sandy-brown {
color: #f5a35c;
}
.debrito {
color: #f57a3d;
}
.cherry-pink {
color: #c65d7b;
}
/* CSS Variables */
:root {
--bright-khaki:#f0e78e;
--sunset-gold:#f4c162;
--sandy-brown:#f5a35c;
--debrito:#f57a3d;
--cherry-pink:#c65d7b;
}