Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.hermosa-pink {
color: #ffb3e7;
}
.powdered-granite {
color: #c1c6e7;
}
.ganon-blue {
color: #a1dff7;
}
.may-day {
color: #4ccdc4;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--hermosa-pink:#ffb3e7;
--powdered-granite:#c1c6e7;
--ganon-blue:#a1dff7;
--may-day:#4ccdc4;
}