Color names in this palette
CSS code for this palette
/* CSS */
.vibrant-white {
color: #e9ecec;
}
.billowing-sail {
color: #d3e4e3;
}
.ocean-boulevard {
color: #a3c8c6;
}
.florida-turquoise {
color: #6bb8b5;
}
.taos-turquoise {
color: #2e8e8d;
}
/* CSS Variables */
:root {
--vibrant-white:#e9ecec;
--billowing-sail:#d3e4e3;
--ocean-boulevard:#a3c8c6;
--florida-turquoise:#6bb8b5;
--taos-turquoise:#2e8e8d;
}