Color names in this palette
CSS code for this palette
/* CSS */
.shaded-sun {
color: #f6eba7;
}
.oriole-yellow {
color: #f7d578;
}
.butterfield {
color: #f9c05d;
}
.sandy-brown {
color: #f1a65b;
}
.mandarin-rind {
color: #f1903b;
}
/* CSS Variables */
:root {
--shaded-sun:#f6eba7;
--oriole-yellow:#f7d578;
--butterfield:#f9c05d;
--sandy-brown:#f1a65b;
--mandarin-rind:#f1903b;
}