Color names in this palette
CSS code for this palette
/* CSS */
.clean-pool {
color: #51c1e6;
}
.aqua-wish {
color: #a3e1d2;
}
.marigold-dust {
color: #f4cf3e;
}
.peach-bud {
color: #f9b1ae;
}
.poppy-red {
color: #e63746;
}
/* CSS Variables */
:root {
--clean-pool:#51c1e6;
--aqua-wish:#a3e1d2;
--marigold-dust:#f4cf3e;
--peach-bud:#f9b1ae;
--poppy-red:#e63746;
}