Color names in this palette
CSS code for this palette
/* CSS */
.tropical {
color: #a8e6ce;
}
.cornflower-lilac {
color: #ffadad;
}
.curtsy {
color: #ffd4b8;
}
.purple-hepatica {
color: #d4a8ff;
}
.everest {
color: #a1e8e5;
}
/* CSS Variables */
:root {
--tropical:#a8e6ce;
--cornflower-lilac:#ffadad;
--curtsy:#ffd4b8;
--purple-hepatica:#d4a8ff;
--everest:#a1e8e5;
}