Color names in this palette
CSS code for this palette
/* CSS */
.atmosphere {
color: #0092e0;
}
.billiards-cloth {
color: #00b849;
}
.dallol-yellow {
color: #fad900;
}
.wisteria {
color: #a77ccb;
}
.breeze-of-chilli {
color: #f36d6d;
}
/* CSS Variables */
:root {
--atmosphere:#0092e0;
--billiards-cloth:#00b849;
--dallol-yellow:#fad900;
--wisteria:#a77ccb;
--breeze-of-chilli:#f36d6d;
}