Color names in this palette
CSS code for this palette
/* CSS */
.capri-water-blue {
color: #a8e1d4;
}
.hammam-blue {
color: #6eddd8;
}
.crystalsong-blue {
color: #4eb7b1;
}
.taos-turquoise {
color: #2a8c8d;
}
.moonlit-pool {
color: #1d5e5d;
}
/* CSS Variables */
:root {
--capri-water-blue:#a8e1d4;
--hammam-blue:#6eddd8;
--crystalsong-blue:#4eb7b1;
--taos-turquoise:#2a8c8d;
--moonlit-pool:#1d5e5d;
}