Color names in this palette
CSS code for this palette
/* CSS */
.kon {
color: #1b1e37;
}
.crown-blue {
color: #4a4e68;
}
.easter-egg {
color: #8d9ac9;
}
.welcoming-wasp {
color: #f0a800;
}
.chat-orange {
color: #f79c40;
}
/* CSS Variables */
:root {
--kon:#1b1e37;
--crown-blue:#4a4e68;
--easter-egg:#8d9ac9;
--welcoming-wasp:#f0a800;
--chat-orange:#f79c40;
}