Color names in this palette
CSS code for this palette
/* CSS */
.brilliant-beige {
color: #f1c3b6;
}
.rose-garden {
color: #d59fc8;
}
.wisteria {
color: #a67ccb;
}
.sea-loch {
color: #6e93d8;
}
.crystalsong-blue {
color: #4fb5b5;
}
/* CSS Variables */
:root {
--brilliant-beige:#f1c3b6;
--rose-garden:#d59fc8;
--wisteria:#a67ccb;
--sea-loch:#6e93d8;
--crystalsong-blue:#4fb5b5;
}