Color names in this palette
CSS code for this palette
/* CSS */
.bermuda {
color: #1f7c8e;
}
.montego-bay {
color: #3cb3b9;
}
.blue-radiance {
color: #53d5d3;
}
.sunny-mood {
color: #f7c94b;
}
.prometheus-orange {
color: #f15a22;
}
/* CSS Variables */
:root {
--bermuda:#1f7c8e;
--montego-bay:#3cb3b9;
--blue-radiance:#53d5d3;
--sunny-mood:#f7c94b;
--prometheus-orange:#f15a22;
}