Color names in this palette
CSS code for this palette
/* CSS */
.cupid {
color: #f6b1c3;
}
.sandy-bay {
color: #f9d6b4;
}
.optimistic-yellow {
color: #f4e1a4;
}
.overtone {
color: #a5e4b6;
}
.goluboy-blue {
color: #8cb8e3;
}
/* CSS Variables */
:root {
--cupid:#f6b1c3;
--sandy-bay:#f9d6b4;
--optimistic-yellow:#f4e1a4;
--overtone:#a5e4b6;
--goluboy-blue:#8cb8e3;
}