Color names in this palette
CSS code for this palette
/* CSS */
.baltic {
color: #1f9e9e;
}
.radiant-sun {
color: #f3ca4f;
}
.consumed-by-fire {
color: #f27c1c;
}
.smooch-rouge {
color: #d6384b;
}
.galactic-purple {
color: #4a2c90;
}
/* CSS Variables */
:root {
--baltic:#1f9e9e;
--radiant-sun:#f3ca4f;
--consumed-by-fire:#f27c1c;
--smooch-rouge:#d6384b;
--galactic-purple:#4a2c90;
}