Color names in this palette
CSS code for this palette
/* CSS */
.cheerful-whisper {
color: #d6d7e6;
}
.teclis-blue {
color: #a2b7e7;
}
.united-nations-blue {
color: #5b8ce1;
}
.squash-blossom {
color: #f6b83c;
}
.durotar-fire {
color: #f05a28;
}
/* CSS Variables */
:root {
--cheerful-whisper:#d6d7e6;
--teclis-blue:#a2b7e7;
--united-nations-blue:#5b8ce1;
--squash-blossom:#f6b83c;
--durotar-fire:#f05a28;
}