Color names in this palette
CSS code for this palette
/* CSS */
.geranium-bud {
color: #d0a4c3;
}
.baby-steps {
color: #f7cada;
}
.easy-on-the-eyes {
color: #f9eab4;
}
.overtone {
color: #a5e3b4;
}
.cuttlefish {
color: #80bec6;
}
/* CSS Variables */
:root {
--geranium-bud:#d0a4c3;
--baby-steps:#f7cada;
--easy-on-the-eyes:#f9eab4;
--overtone:#a5e3b4;
--cuttlefish:#80bec6;
}