Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.hermosa-pink {
color: #ffb3e7;
}
.purple-gladiola {
color: #c2aed6;
}
.everest {
color: #a1e8e5;
}
.light-mint {
color: #b7fbbe;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--hermosa-pink:#ffb3e7;
--purple-gladiola:#c2aed6;
--everest:#a1e8e5;
--light-mint:#b7fbbe;
}