Color names in this palette
CSS code for this palette
/* CSS */
.deep-aquamarine {
color: #79e0e2;
}
.terrace-pool {
color: #a3d8e0;
}
.pale-seafoam {
color: #c3e6e9;
}
.coastal-breeze {
color: #e1f8f9;
}
.bubbles {
color: #e5ffff;
}
/* CSS Variables */
:root {
--deep-aquamarine:#79e0e2;
--terrace-pool:#a3d8e0;
--pale-seafoam:#c3e6e9;
--coastal-breeze:#e1f8f9;
--bubbles:#e5ffff;
}