Color names in this palette
CSS code for this palette
/* CSS */
.oil-blue {
color: #6a908b;
}
.meadowbrook {
color: #5da1a2;
}
.crystalsong-blue {
color: #4fb5b4;
}
.radiant-sun {
color: #f3ca4f;
}
.solar-flare {
color: #e27c40;
}
/* CSS Variables */
:root {
--oil-blue:#6a908b;
--meadowbrook:#5da1a2;
--crystalsong-blue:#4fb5b4;
--radiant-sun:#f3ca4f;
--solar-flare:#e27c40;
}