Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f1a7c8;
}
.laelia-pink {
color: #f5c7e1;
}
.freezing-vapor {
color: #d4e6f7;
}
.atmospheric-soft-blue {
color: #a7e1f1;
}
.downy {
color: #6ed8c1;
}
/* CSS Variables */
:root {
--rose-mallow:#f1a7c8;
--laelia-pink:#f5c7e1;
--freezing-vapor:#d4e6f7;
--atmospheric-soft-blue:#a7e1f1;
--downy:#6ed8c1;
}