Color names in this palette
CSS code for this palette
/* CSS */
.windsor-way {
color: #a2c7e7;
}
.bright-khaki {
color: #f0e78e;
}
.ballerina-tears {
color: #f5b9b2;
}
.basil-smash {
color: #b7e59e;
}
.violet-gems {
color: #c5bfe8;
}
/* CSS Variables */
:root {
--windsor-way:#a2c7e7;
--bright-khaki:#f0e78e;
--ballerina-tears:#f5b9b2;
--basil-smash:#b7e59e;
--violet-gems:#c5bfe8;
}