Color names in this palette
CSS code for this palette
/* CSS */
.frozen-blue {
color: #a6c4d9;
}
.alaskan-wind {
color: #b9e1e9;
}
.icy-breeze {
color: #c1f0f6;
}
.blanco {
color: #ebe9e5;
}
.petals-unfolding {
color: #f5b8c1;
}
/* CSS Variables */
:root {
--frozen-blue:#a6c4d9;
--alaskan-wind:#b9e1e9;
--icy-breeze:#c1f0f6;
--blanco:#ebe9e5;
--petals-unfolding:#f5b8c1;
}