Color names in this palette
CSS code for this palette
/* CSS */
.ocean-liner {
color: #1f8e8c;
}
.sunny-mood {
color: #f7c94b;
}
.entan-red {
color: #e76e50;
}
.celestial-blue {
color: #2a4d6a;
}
.utepils {
color: #f9f8d2;
}
/* CSS Variables */
:root {
--ocean-liner:#1f8e8c;
--sunny-mood:#f7c94b;
--entan-red:#e76e50;
--celestial-blue:#2a4d6a;
--utepils:#f9f8d2;
}