Color names in this palette
CSS code for this palette
/* CSS */
.meadow-phlox {
color: #a8b1c7;
}
.polished-metal {
color: #809cb3;
}
.dull-teal {
color: #5e9c8d;
}
.citrus-sachet {
color: #f1c7a7;
}
.cosmic-coral {
color: #e67d6b;
}
/* CSS Variables */
:root {
--meadow-phlox:#a8b1c7;
--polished-metal:#809cb3;
--dull-teal:#5e9c8d;
--citrus-sachet:#f1c7a7;
--cosmic-coral:#e67d6b;
}