Color names in this palette
CSS code for this palette
/* CSS */
.light-orchid {
color: #e6a8d6;
}
.sweet-angel {
color: #f2c7ba;
}
.venetian-yellow {
color: #f4e39f;
}
.pastel-pea {
color: #b6eba2;
}
.terrace-pool {
color: #a3d6e0;
}
/* CSS Variables */
:root {
--light-orchid:#e6a8d6;
--sweet-angel:#f2c7ba;
--venetian-yellow:#f4e39f;
--pastel-pea:#b6eba2;
--terrace-pool:#a3d6e0;
}