Color names in this palette
CSS code for this palette
/* CSS */
.winsome-hue {
color: #a6d8e2;
}
.pale-mountain-lake-turquoise {
color: #bae3d5;
}
.eau-de-rose {
color: #e1b7d0;
}
.serene-pink {
color: #f4c8b8;
}
.tamale-maize {
color: #f7e7b6;
}
/* CSS Variables */
:root {
--winsome-hue:#a6d8e2;
--pale-mountain-lake-turquoise:#bae3d5;
--eau-de-rose:#e1b7d0;
--serene-pink:#f4c8b8;
--tamale-maize:#f7e7b6;
}