Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b2a1;
}
.solaria {
color: #f6d78e;
}
.vanilla-pudding {
color: #f3e36d;
}
.sinbad {
color: #a8d7d1;
}
.xavier-blue {
color: #6cb2e4;
}
/* CSS Variables */
:root {
--first-date:#f7b2a1;
--solaria:#f6d78e;
--vanilla-pudding:#f3e36d;
--sinbad:#a8d7d1;
--xavier-blue:#6cb2e4;
}