Color names in this palette
CSS code for this palette
/* CSS */
.china-pattern {
color: #3d5b76;
}
.whale-shark {
color: #5e7f8d;
}
.sea-nymph {
color: #8bb1a5;
}
.meadow-grass {
color: #c2d8b0;
}
.majestic-treasures {
color: #f5e7a3;
}
/* CSS Variables */
:root {
--china-pattern:#3d5b76;
--whale-shark:#5e7f8d;
--sea-nymph:#8bb1a5;
--meadow-grass:#c2d8b0;
--majestic-treasures:#f5e7a3;
}