Color names in this palette
CSS code for this palette
/* CSS */
.mint-cocktail-green {
color: #b5e0b2;
}
.southern-belle {
color: #a7d7c7;
}
.drifting-dream {
color: #c5b6e7;
}
.goldfish {
color: #f3ab5e;
}
.siesta-rose {
color: #ef7b7b;
}
/* CSS Variables */
:root {
--mint-cocktail-green:#b5e0b2;
--southern-belle:#a7d7c7;
--drifting-dream:#c5b6e7;
--goldfish:#f3ab5e;
--siesta-rose:#ef7b7b;
}