Color names in this palette
CSS code for this palette
/* CSS */
.hydrangea-bouquet {
color: #c5a6a9;
}
.recycled-glass {
color: #b7c2b7;
}
.nevada-sky {
color: #a2d6e7;
}
.vanilla {
color: #f3e4aa;
}
.breeze-of-chilli {
color: #f76e6e;
}
/* CSS Variables */
:root {
--hydrangea-bouquet:#c5a6a9;
--recycled-glass:#b7c2b7;
--nevada-sky:#a2d6e7;
--vanilla:#f3e4aa;
--breeze-of-chilli:#f76e6e;
}