Color names in this palette
CSS code for this palette
/* CSS */
.hidden-springs {
color: #1f8dbd;
}
.aztec-sky {
color: #4fb2d8;
}
.turkish-turquoise {
color: #78d9e8;
}
.waterspout {
color: #a1f0f7;
}
.rose-mallow {
color: #f5a3c7;
}
/* CSS Variables */
:root {
--hidden-springs:#1f8dbd;
--aztec-sky:#4fb2d8;
--turkish-turquoise:#78d9e8;
--waterspout:#a1f0f7;
--rose-mallow:#f5a3c7;
}