Color names in this palette
CSS code for this palette
/* CSS */
.lake-baikal {
color: #1a4e7f;
}
.blue-dart-frog {
color: #3b7b9b;
}
.water-baby {
color: #5bb6c8;
}
.algae-green {
color: #92e3b2;
}
.french-vanilla {
color: #f1e1a7;
}
/* CSS Variables */
:root {
--lake-baikal:#1a4e7f;
--blue-dart-frog:#3b7b9b;
--water-baby:#5bb6c8;
--algae-green:#92e3b2;
--french-vanilla:#f1e1a7;
}