Color names in this palette
CSS code for this palette
/* CSS */
.powder-soft-blue {
color: #b6c8d8;
}
.clear-lake-trail {
color: #a5b7d9;
}
.amethyst-grey {
color: #8e84c2;
}
.parfait-pink {
color: #e6b2c7;
}
.apricot-obsession {
color: #f6c1b6;
}
/* CSS Variables */
:root {
--powder-soft-blue:#b6c8d8;
--clear-lake-trail:#a5b7d9;
--amethyst-grey:#8e84c2;
--parfait-pink:#e6b2c7;
--apricot-obsession:#f6c1b6;
}