Color names in this palette
CSS code for this palette
/* CSS */
.dark-seashore-night {
color: #0b3d93;
}
.florentine-lapis {
color: #1d5995;
}
.blue-dart-frog {
color: #3d7b9e;
}
.water-baby {
color: #5fb7c8;
}
.charlotte {
color: #a4e1e5;
}
/* CSS Variables */
:root {
--dark-seashore-night:#0b3d93;
--florentine-lapis:#1d5995;
--blue-dart-frog:#3d7b9e;
--water-baby:#5fb7c8;
--charlotte:#a4e1e5;
}