Color names in this palette
CSS code for this palette
/* CSS */
.snowy-summit {
color: #c5d9e7;
}
.sea-cliff {
color: #a3c7e0;
}
.charter {
color: #6cb2d0;
}
.olympic-blue {
color: #5188e6;
}
.blue-dahlia {
color: #405b9c;
}
/* CSS Variables */
:root {
--snowy-summit:#c5d9e7;
--sea-cliff:#a3c7e0;
--charter:#6cb2d0;
--olympic-blue:#5188e6;
--blue-dahlia:#405b9c;
}