Color names in this palette
CSS code for this palette
/* CSS */
.fun-and-games {
color: #327c9f;
}
.oasis-spring {
color: #4ba5c3;
}
.water-flow {
color: #7cc4d5;
}
.timeless-seafoam {
color: #b0e3e3;
}
.distant-horizon {
color: #f1f8f8;
}
/* CSS Variables */
:root {
--fun-and-games:#327c9f;
--oasis-spring:#4ba5c3;
--water-flow:#7cc4d5;
--timeless-seafoam:#b0e3e3;
--distant-horizon:#f1f8f8;
}