Color names in this palette
CSS code for this palette
/* CSS */
.matt-pink {
color: #ffb3c1;
}
.hawkbit {
color: #ffdc6b;
}
.sea-rover {
color: #a3d1e1;
}
.violet-kiss {
color: #f6a2d2;
}
.buttery-croissant {
color: #f3e09b;
}
/* CSS Variables */
:root {
--matt-pink:#ffb3c1;
--hawkbit:#ffdc6b;
--sea-rover:#a3d1e1;
--violet-kiss:#f6a2d2;
--buttery-croissant:#f3e09b;
}