Color names in this palette
CSS code for this palette
/* CSS */
.windsor-way {
color: #a2c7e7;
}
.inventive-orange {
color: #e8a36d;
}
.majestic-treasures {
color: #f1e7a2;
}
.strawberry-milkshake {
color: #d06c8a;
}
.coronation-blue {
color: #5d4c9e;
}
/* CSS Variables */
:root {
--windsor-way:#a2c7e7;
--inventive-orange:#e8a36d;
--majestic-treasures:#f1e7a2;
--strawberry-milkshake:#d06c8a;
--coronation-blue:#5d4c9e;
}