Color names in this palette
CSS code for this palette
/* CSS */
.feather-star {
color: #5f9cec;
}
.french-pass {
color: #a3d5e0;
}
.invigorating {
color: #f1e9b1;
}
.apricot-obsession {
color: #f6c1b6;
}
.warming-heart {
color: #d14c3d;
}
/* CSS Variables */
:root {
--feather-star:#5f9cec;
--french-pass:#a3d5e0;
--invigorating:#f1e9b1;
--apricot-obsession:#f6c1b6;
--warming-heart:#d14c3d;
}