Color names in this palette
CSS code for this palette
/* CSS */
.blue-dart-frog {
color: #3b7e9b;
}
.thalassa {
color: #58b4b6;
}
.timeless-seafoam {
color: #aee5e0;
}
.patrinia-scabiosaefolia {
color: #f1f7b1;
}
.biscuit-cream {
color: #f7c9b6;
}
/* CSS Variables */
:root {
--blue-dart-frog:#3b7e9b;
--thalassa:#58b4b6;
--timeless-seafoam:#aee5e0;
--patrinia-scabiosaefolia:#f1f7b1;
--biscuit-cream:#f7c9b6;
}