Color names in this palette
CSS code for this palette
/* CSS */
.takaka {
color: #3e4b79;
}
.della-robbia-blue {
color: #7c9dcb;
}
.windsor-way {
color: #a2c7e7;
}
.barley-white {
color: #f7e3b6;
}
.mystic-tulip {
color: #f9b39f;
}
/* CSS Variables */
:root {
--takaka:#3e4b79;
--della-robbia-blue:#7c9dcb;
--windsor-way:#a2c7e7;
--barley-white:#f7e3b6;
--mystic-tulip:#f9b39f;
}