Color names in this palette
CSS code for this palette
/* CSS */
.white-chocolate {
color: #f0e2c7;
}
.canyon-trail {
color: #d6b8a8;
}
.atlantic-tulip {
color: #b29ac1;
}
.kitten-s-eye {
color: #8eacf5;
}
.guilliman-blue {
color: #6a9ee7;
}
/* CSS Variables */
:root {
--white-chocolate:#f0e2c7;
--canyon-trail:#d6b8a8;
--atlantic-tulip:#b29ac1;
--kitten-s-eye:#8eacf5;
--guilliman-blue:#6a9ee7;
}