Color names in this palette
CSS code for this palette
/* CSS */
.winter-s-day {
color: #e0f5ff;
}
.light-delphin {
color: #9dcfe1;
}
.blouson-blue {
color: #6ab8c8;
}
.turkish-stone {
color: #2f7a92;
}
.terror-from-the-deep {
color: #194d6b;
}
/* CSS Variables */
:root {
--winter-s-day:#e0f5ff;
--light-delphin:#9dcfe1;
--blouson-blue:#6ab8c8;
--turkish-stone:#2f7a92;
--terror-from-the-deep:#194d6b;
}