Color names in this palette
CSS code for this palette
/* CSS */
.living-stream {
color: #3a6f8d;
}
.gondolier {
color: #5bb1c2;
}
.aqua-zing {
color: #7dd8d7;
}
.vanilla {
color: #f3e4aa;
}
.rogue-pink {
color: #f8a0c2;
}
/* CSS Variables */
:root {
--living-stream:#3a6f8d;
--gondolier:#5bb1c2;
--aqua-zing:#7dd8d7;
--vanilla:#f3e4aa;
--rogue-pink:#f8a0c2;
}