Color names in this palette
CSS code for this palette
/* CSS */
.elastic-pink {
color: #efa4c7;
}
.first-date {
color: #f7b2a1;
}
.yellow-tulip {
color: #f5d26b;
}
.blue-click {
color: #a6d7e8;
}
.cadet-blue {
color: #609d9f;
}
/* CSS Variables */
:root {
--elastic-pink:#efa4c7;
--first-date:#f7b2a1;
--yellow-tulip:#f5d26b;
--blue-click:#a6d7e8;
--cadet-blue:#609d9f;
}