Color names in this palette
CSS code for this palette
/* CSS */
.frozen-blue {
color: #a6c4d9;
}
.frosty-mint {
color: #e0f5f2;
}
.opal {
color: #b1dfe2;
}
.smooth-satin {
color: #a2d7d1;
}
.jugendstil-turquoise {
color: #5e9c9a;
}
/* CSS Variables */
:root {
--frozen-blue:#a6c4d9;
--frosty-mint:#e0f5f2;
--opal:#b1dfe2;
--smooth-satin:#a2d7d1;
--jugendstil-turquoise:#5e9c9a;
}