Color names in this palette
CSS code for this palette
/* CSS */
.emperor-s-children {
color: #f6a2b6;
}
.pink-chintz {
color: #f1c0d2;
}
.blue-click {
color: #a5d8e9;
}
.arctic-ocean {
color: #6cc3d0;
}
.blue-chill {
color: #3e8b8e;
}
/* CSS Variables */
:root {
--emperor-s-children:#f6a2b6;
--pink-chintz:#f1c0d2;
--blue-click:#a5d8e9;
--arctic-ocean:#6cc3d0;
--blue-chill:#3e8b8e;
}