Color names in this palette
CSS code for this palette
/* CSS */
.blair {
color: #a1c2e3;
}
.festival-de-verano {
color: #b8e0da;
}
.spring-sun {
color: #f0f3c4;
}
.first-date {
color: #f6b0a2;
}
.salmon-beauty {
color: #f9c7b4;
}
/* CSS Variables */
:root {
--blair:#a1c2e3;
--festival-de-verano:#b8e0da;
--spring-sun:#f0f3c4;
--first-date:#f6b0a2;
--salmon-beauty:#f9c7b4;
}