Color names in this palette
CSS code for this palette
/* CSS */
.terror-from-the-deep {
color: #1e496c;
}
.blue-dart-frog {
color: #3b7a9b;
}
.delicate-girl-blue {
color: #65b2c8;
}
.aqua-fiesta {
color: #98e2e2;
}
.french-vanilla {
color: #f1e1a7;
}
/* CSS Variables */
:root {
--terror-from-the-deep:#1e496c;
--blue-dart-frog:#3b7a9b;
--delicate-girl-blue:#65b2c8;
--aqua-fiesta:#98e2e2;
--french-vanilla:#f1e1a7;
}