Color names in this palette
CSS code for this palette
/* CSS */
.fallen-blossoms {
color: #f0b2c2;
}
.mountain-laurel {
color: #f4c8d3;
}
.inspired-lilac {
color: #e1d8e4;
}
.wind-blue {
color: #b2c9e0;
}
.charter {
color: #6cb2d0;
}
/* CSS Variables */
:root {
--fallen-blossoms:#f0b2c2;
--mountain-laurel:#f4c8d3;
--inspired-lilac:#e1d8e4;
--wind-blue:#b2c9e0;
--charter:#6cb2d0;
}