Color names in this palette
CSS code for this palette
/* CSS */
.simple-pink {
color: #f7a1ae;
}
.citrus-honey {
color: #f4b76c;
}
.forsythia-blossom {
color: #f9d66c;
}
.overtone {
color: #a3e0b5;
}
.chefchaouen-blue {
color: #a2d1e6;
}
/* CSS Variables */
:root {
--simple-pink:#f7a1ae;
--citrus-honey:#f4b76c;
--forsythia-blossom:#f9d66c;
--overtone:#a3e0b5;
--chefchaouen-blue:#a2d1e6;
}