Color names in this palette
CSS code for this palette
/* CSS */
.apricot {
color: #f9b06c;
}
.morning-marmalade {
color: #f28b69;
}
.paris-pink {
color: #d56c8d;
}
.radiant-orchid {
color: #a85d99;
}
.cornflower-blue {
color: #6b8dc7;
}
/* CSS Variables */
:root {
--apricot:#f9b06c;
--morning-marmalade:#f28b69;
--paris-pink:#d56c8d;
--radiant-orchid:#a85d99;
--cornflower-blue:#6b8dc7;
}