Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f5b19e;
}
.visionary {
color: #f7e0ab;
}
.witty-green {
color: #b5d99b;
}
.chefchaouen-blue {
color: #a1d1e8;
}
.aleutian-isle {
color: #4f7bab;
}
/* CSS Variables */
:root {
--first-date:#f5b19e;
--visionary:#f7e0ab;
--witty-green:#b5d99b;
--chefchaouen-blue:#a1d1e8;
--aleutian-isle:#4f7bab;
}