Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f6a6a2;
}
.fresco-cream {
color: #f9c8a9;
}
.buttery-croissant {
color: #f3e09b;
}
.aqua-island {
color: #a1d9d9;
}
.blue-dart-frog {
color: #3d7a99;
}
/* CSS Variables */
:root {
--calabrese:#f6a6a2;
--fresco-cream:#f9c8a9;
--buttery-croissant:#f3e09b;
--aqua-island:#a1d9d9;
--blue-dart-frog:#3d7a99;
}