Color names in this palette
CSS code for this palette
/* CSS */
.soft-fuchsia {
color: #d298bd;
}
.wavelet {
color: #7bc2d1;
}
.everest {
color: #9de1e0;
}
.citrus-honey {
color: #f8b76d;
}
.durotar-fire {
color: #f05a28;
}
/* CSS Variables */
:root {
--soft-fuchsia:#d298bd;
--wavelet:#7bc2d1;
--everest:#9de1e0;
--citrus-honey:#f8b76d;
--durotar-fire:#f05a28;
}