Color names in this palette
CSS code for this palette
/* CSS */
.aqueous {
color: #3a8e9c;
}
.gem-turquoise {
color: #4fc0c4;
}
.turkish-turquoise {
color: #7be5e3;
}
.ethereal-white {
color: #e6f4f1;
}
.rose-reminder {
color: #f4c3c8;
}
/* CSS Variables */
:root {
--aqueous:#3a8e9c;
--gem-turquoise:#4fc0c4;
--turkish-turquoise:#7be5e3;
--ethereal-white:#e6f4f1;
--rose-reminder:#f4c3c8;
}