Color names in this palette
CSS code for this palette
/* CSS */
.ice-folly {
color: #dbebeb;
}
.corydalis-blue {
color: #a3c7d7;
}
.crystal-blue {
color: #6aa1b4;
}
.turkish-stone {
color: #2d7c8f;
}
.teal-dark-blue {
color: #0c495a;
}
/* CSS Variables */
:root {
--ice-folly:#dbebeb;
--corydalis-blue:#a3c7d7;
--crystal-blue:#6aa1b4;
--turkish-stone:#2d7c8f;
--teal-dark-blue:#0c495a;
}