Color names in this palette
CSS code for this palette
/* CSS */
.frozen-blue {
color: #a6c4d9;
}
.blue-shimmer {
color: #b0dae3;
}
.melting-glacier {
color: #e8f7f7;
}
.touching-white {
color: #f4e0d7;
}
.mystic-tulip {
color: #f9b2a4;
}
/* CSS Variables */
:root {
--frozen-blue:#a6c4d9;
--blue-shimmer:#b0dae3;
--melting-glacier:#e8f7f7;
--touching-white:#f4e0d7;
--mystic-tulip:#f9b2a4;
}