Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.nacho {
color: #ffcb5c;
}
.lakeside-mist {
color: #d6f0f0;
}
.tranquil-pool {
color: #85e2ff;
}
.zeus-purple {
color: #690571;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--nacho:#ffcb5c;
--lakeside-mist:#d6f0f0;
--tranquil-pool:#85e2ff;
--zeus-purple:#690571;
}