Color names in this palette
CSS code for this palette
/* CSS */
.frozen-blue {
color: #a6c4d9;
}
.pale-mountain-lake-turquoise {
color: #bae3d1;
}
.spring-morn {
color: #e4f1d5;
}
.lazy-daisy {
color: #f3eba0;
}
.shrimp-toast {
color: #f6c6a2;
}
/* CSS Variables */
:root {
--frozen-blue:#a6c4d9;
--pale-mountain-lake-turquoise:#bae3d1;
--spring-morn:#e4f1d5;
--lazy-daisy:#f3eba0;
--shrimp-toast:#f6c6a2;
}