Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.apricot-obsession {
color: #f6c3b6;
}
.cream-washed {
color: #f1e0c6;
}
.light-green-wash {
color: #d5e7da;
}
.chefchaouen-blue {
color: #a3d5e6;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--apricot-obsession:#f6c3b6;
--cream-washed:#f1e0c6;
--light-green-wash:#d5e7da;
--chefchaouen-blue:#a3d5e6;
}