Color names in this palette
CSS code for this palette
/* CSS */
.roseberry {
color: #f3a4a0;
}
.hanami-pink {
color: #f5b2e2;
}
.misty-memories {
color: #e7c5d3;
}
.chefchaouen-blue {
color: #a4d4e5;
}
.overtone {
color: #a2e2b9;
}
/* CSS Variables */
:root {
--roseberry:#f3a4a0;
--hanami-pink:#f5b2e2;
--misty-memories:#e7c5d3;
--chefchaouen-blue:#a4d4e5;
--overtone:#a2e2b9;
}