Color names in this palette
CSS code for this palette
/* CSS */
.green-vibes {
color: #d6e8bf;
}
.french-market {
color: #a4c6a4;
}
.steel-pan-mallet {
color: #6ea6a2;
}
.boat-house {
color: #4c8db8;
}
.desire-pink {
color: #efc3d1;
}
/* CSS Variables */
:root {
--green-vibes:#d6e8bf;
--french-market:#a4c6a4;
--steel-pan-mallet:#6ea6a2;
--boat-house:#4c8db8;
--desire-pink:#efc3d1;
}