Color names in this palette
CSS code for this palette
/* CSS */
.roseberry {
color: #f7a5a1;
}
.citrus-sachet {
color: #f4c6a9;
}
.butter-cookie {
color: #f0e7b2;
}
.security {
color: #d6e2c5;
}
.airborne {
color: #a1c1d4;
}
/* CSS Variables */
:root {
--roseberry:#f7a5a1;
--citrus-sachet:#f4c6a9;
--butter-cookie:#f0e7b2;
--security:#d6e2c5;
--airborne:#a1c1d4;
}