Color names in this palette
CSS code for this palette
/* CSS */
.durban-sky {
color: #5f8d9b;
}
.zenith-heights {
color: #a7c6c8;
}
.agrodolce {
color: #f1e2d5;
}
.beauty-bush {
color: #ebb9b2;
}
.shrimp-cocktail {
color: #f4a462;
}
/* CSS Variables */
:root {
--durban-sky:#5f8d9b;
--zenith-heights:#a7c6c8;
--agrodolce:#f1e2d5;
--beauty-bush:#ebb9b2;
--shrimp-cocktail:#f4a462;
}