Color names in this palette
CSS code for this palette
/* CSS */
.sea-drive {
color: #c2d3e0;
}
.corydalis-blue {
color: #a4c8d5;
}
.tropez-blue {
color: #75b8c7;
}
.ambrosial-oceanside {
color: #4baf9d;
}
.taos-turquoise {
color: #2d8f81;
}
/* CSS Variables */
:root {
--sea-drive:#c2d3e0;
--corydalis-blue:#a4c8d5;
--tropez-blue:#75b8c7;
--ambrosial-oceanside:#4baf9d;
--taos-turquoise:#2d8f81;
}