Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #f9a4bf;
}
.soft-saffron {
color: #fcd47e;
}
.overtone {
color: #a2e6b8;
}
.candid-blue {
color: #6cc9e5;
}
.blue-heath-butterfly {
color: #4d70ff;
}
/* CSS Variables */
:root {
--rogue-pink:#f9a4bf;
--soft-saffron:#fcd47e;
--overtone:#a2e6b8;
--candid-blue:#6cc9e5;
--blue-heath-butterfly:#4d70ff;
}