Color names in this palette
CSS code for this palette
/* CSS */
.blue-oasis {
color: #2a6b93;
}
.atlantic-gull {
color: #4a8cb5;
}
.sky-babe {
color: #88c1d8;
}
.frosty-mint {
color: #dff6ef;
}
.marigold-dust {
color: #f4cf3e;
}
/* CSS Variables */
:root {
--blue-oasis:#2a6b93;
--atlantic-gull:#4a8cb5;
--sky-babe:#88c1d8;
--frosty-mint:#dff6ef;
--marigold-dust:#f4cf3e;
}