Color names in this palette
CSS code for this palette
/* CSS */
.dolphin {
color: #8ac5db;
}
.d-cor-white {
color: #f2e5cf;
}
.peach-bud {
color: #f9b3ae;
}
.peach-damask {
color: #f7c6a6;
}
.tidewater {
color: #c2e0dc;
}
/* CSS Variables */
:root {
--dolphin:#8ac5db;
--d-cor-white:#f2e5cf;
--peach-bud:#f9b3ae;
--peach-damask:#f7c6a6;
--tidewater:#c2e0dc;
}