Color names in this palette
CSS code for this palette
/* CSS */
.french-pass {
color: #a3d5e0;
}
.high-style {
color: #a8b3d7;
}
.dreamy-memory {
color: #e7c5d6;
}
.optimistic-yellow {
color: #f4e1a4;
}
.sport-yellow {
color: #f2d578;
}
/* CSS Variables */
:root {
--french-pass:#a3d5e0;
--high-style:#a8b3d7;
--dreamy-memory:#e7c5d6;
--optimistic-yellow:#f4e1a4;
--sport-yellow:#f2d578;
}