Color names in this palette
CSS code for this palette
/* CSS */
.template {
color: #a3c7e6;
}
.smooth-satin {
color: #a4d6d4;
}
.majestic-treasures {
color: #f2e7a1;
}
.first-date {
color: #f4b4a4;
}
.childhood-crush {
color: #e06e6c;
}
/* CSS Variables */
:root {
--template:#a3c7e6;
--smooth-satin:#a4d6d4;
--majestic-treasures:#f2e7a1;
--first-date:#f4b4a4;
--childhood-crush:#e06e6c;
}