Color names in this palette
CSS code for this palette
/* CSS */
.peach-bud {
color: #f9b1ae;
}
.almond-cream {
color: #f3c29b;
}
.schabziger-green {
color: #e4e1b4;
}
.whirlpool {
color: #a4daca;
}
.rushing-stream {
color: #67c3d5;
}
/* CSS Variables */
:root {
--peach-bud:#f9b1ae;
--almond-cream:#f3c29b;
--schabziger-green:#e4e1b4;
--whirlpool:#a4daca;
--rushing-stream:#67c3d5;
}