Color names in this palette
CSS code for this palette
/* CSS */
.amparo-blue {
color: #5a6db5;
}
.wisteria {
color: #a67dbf;
}
.favorite-lavender {
color: #d7a3d7;
}
.almond-cream {
color: #f3c4a0;
}
.breeze-of-chilli {
color: #f56b6b;
}
/* CSS Variables */
:root {
--amparo-blue:#5a6db5;
--wisteria:#a67dbf;
--favorite-lavender:#d7a3d7;
--almond-cream:#f3c4a0;
--breeze-of-chilli:#f56b6b;
}