Color names in this palette
CSS code for this palette
/* CSS */
.lavender-phlox {
color: #a6b3e2;
}
.dithered-sky {
color: #c2dfff;
}
.apricot-obsession {
color: #f8c4b4;
}
.cornflower-lilac {
color: #ffadad;
}
.unripe-strawberry {
color: #f78da7;
}
/* CSS Variables */
:root {
--lavender-phlox:#a6b3e2;
--dithered-sky:#c2dfff;
--apricot-obsession:#f8c4b4;
--cornflower-lilac:#ffadad;
--unripe-strawberry:#f78da7;
}