Color names in this palette
CSS code for this palette
/* CSS */
.break-the-ice {
color: #b2e0f0;
}
.frozen-blue {
color: #a5c4d9;
}
.green-crush {
color: #66b29f;
}
.sun-shower {
color: #fddd72;
}
.first-date {
color: #f8afa0;
}
/* CSS Variables */
:root {
--break-the-ice:#b2e0f0;
--frozen-blue:#a5c4d9;
--green-crush:#66b29f;
--sun-shower:#fddd72;
--first-date:#f8afa0;
}