Color names in this palette
CSS code for this palette
/* CSS */
.royal-cloak {
color: #1ba1a1;
}
.island-moment {
color: #3cafa7;
}
.miami-teal {
color: #6bc7b1;
}
.timeless-seafoam {
color: #aee5e0;
}
.everlasting-ice {
color: #f5fafa;
}
/* CSS Variables */
:root {
--royal-cloak:#1ba1a1;
--island-moment:#3cafa7;
--miami-teal:#6bc7b1;
--timeless-seafoam:#aee5e0;
--everlasting-ice:#f5fafa;
}