Color names in this palette
CSS code for this palette
/* CSS */
.pontoon {
color: #0c5e8d;
}
.sparkling-cove {
color: #2fa4b6;
}
.blue-radiance {
color: #4fd2d8;
}
.everest {
color: #9ee3e5;
}
.maximum-yellow-red {
color: #f1b74b;
}
/* CSS Variables */
:root {
--pontoon:#0c5e8d;
--sparkling-cove:#2fa4b6;
--blue-radiance:#4fd2d8;
--everest:#9ee3e5;
--maximum-yellow-red:#f1b74b;
}