Color names in this palette
CSS code for this palette
/* CSS */
.san-marino {
color: #4b6c9b;
}
.wandering-river {
color: #72a1c5;
}
.terrace-pool {
color: #a3d8e1;
}
.sugar-cookie {
color: #f2e5a1;
}
.first-date {
color: #f1b0a2;
}
/* CSS Variables */
:root {
--san-marino:#4b6c9b;
--wandering-river:#72a1c5;
--terrace-pool:#a3d8e1;
--sugar-cookie:#f2e5a1;
--first-date:#f1b0a2;
}