Color names in this palette
CSS code for this palette
/* CSS */
.wisley-pink {
color: #f4a499;
}
.apricot-obsession {
color: #f6c3b6;
}
.muddy-mauve {
color: #e2b6cf;
}
.artesian-pool {
color: #a3c2e0;
}
.regale-blue {
color: #80b3d6;
}
/* CSS Variables */
:root {
--wisley-pink:#f4a499;
--apricot-obsession:#f6c3b6;
--muddy-mauve:#e2b6cf;
--artesian-pool:#a3c2e0;
--regale-blue:#80b3d6;
}