Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.hermosa-pink {
color: #ffb3e7;
}
.arc-light {
color: #c7e2ff;
}
.skyan {
color: #6bcbff;
}
.karimun-blue {
color: #1e8ef1;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--hermosa-pink:#ffb3e7;
--arc-light:#c7e2ff;
--skyan:#6bcbff;
--karimun-blue:#1e8ef1;
}