Color names in this palette
CSS code for this palette
/* CSS */
.ogen-melon {
color: #d7b633;
}
.sport-yellow {
color: #f1d579;
}
.veiled-treasure {
color: #f6f1b6;
}
.terrace-pool {
color: #a2d8e2;
}
.boat-house {
color: #4a8bba;
}
/* CSS Variables */
:root {
--ogen-melon:#d7b633;
--sport-yellow:#f1d579;
--veiled-treasure:#f6f1b6;
--terrace-pool:#a2d8e2;
--boat-house:#4a8bba;
}