Color names in this palette
CSS code for this palette
/* CSS */
.wisley-pink {
color: #f3a296;
}
.peach-damask {
color: #f9c6a9;
}
.friendly-yellow {
color: #f7e2b1;
}
.iced-celery {
color: #e6eab8;
}
.soft-summer-rain {
color: #a2d8f1;
}
/* CSS Variables */
:root {
--wisley-pink:#f3a296;
--peach-damask:#f9c6a9;
--friendly-yellow:#f7e2b1;
--iced-celery:#e6eab8;
--soft-summer-rain:#a2d8f1;
}