Color names in this palette
CSS code for this palette
/* CSS */
.tequila {
color: #f6d0a2;
}
.soft-cashmere {
color: #f3b4d9;
}
.plum-blossom {
color: #f2a1a2;
}
.atmospheric-soft-blue {
color: #a8e2f0;
}
.forsythia {
color: #ffc800;
}
/* CSS Variables */
:root {
--tequila:#f6d0a2;
--soft-cashmere:#f3b4d9;
--plum-blossom:#f2a1a2;
--atmospheric-soft-blue:#a8e2f0;
--forsythia:#ffc800;
}