Color names in this palette
CSS code for this palette
/* CSS */
.plague-brown {
color: #e0b400;
}
.energy-yellow {
color: #f6d551;
}
.shaded-sun {
color: #f6e9a7;
}
.galway {
color: #c2dab9;
}
.blue-bows {
color: #a2c3d8;
}
/* CSS Variables */
:root {
--plague-brown:#e0b400;
--energy-yellow:#f6d551;
--shaded-sun:#f6e9a7;
--galway:#c2dab9;
--blue-bows:#a2c3d8;
}