Color names in this palette
CSS code for this palette
/* CSS */
.new-youth {
color: #f0e2e0;
}
.vast-sky {
color: #a7c8d7;
}
.cerulean-frost {
color: #6b9cc2;
}
.atlantic-gull {
color: #4a93b0;
}
.fun-and-games {
color: #307c9c;
}
/* CSS Variables */
:root {
--new-youth:#f0e2e0;
--vast-sky:#a7c8d7;
--cerulean-frost:#6b9cc2;
--atlantic-gull:#4a93b0;
--fun-and-games:#307c9c;
}