Color names in this palette
CSS code for this palette
/* CSS */
.sky-high {
color: #a7c3f1;
}
.arctic-paradise {
color: #bbe4f7;
}
.tickled-pink {
color: #f1a7c1;
}
.october-haze {
color: #fbab8e;
}
.afternoon {
color: #fbcc74;
}
/* CSS Variables */
:root {
--sky-high:#a7c3f1;
--arctic-paradise:#bbe4f7;
--tickled-pink:#f1a7c1;
--october-haze:#fbab8e;
--afternoon:#fbcc74;
}