Color names in this palette
CSS code for this palette
/* CSS */
.lugganath-orange {
color: #f6a488;
}
.citrus-sachet {
color: #f1c5a7;
}
.comfy-beige {
color: #e3d1b5;
}
.mint-cocktail-green {
color: #b5e3b0;
}
.water-flow {
color: #7cc7d5;
}
/* CSS Variables */
:root {
--lugganath-orange:#f6a488;
--citrus-sachet:#f1c5a7;
--comfy-beige:#e3d1b5;
--mint-cocktail-green:#b5e3b0;
--water-flow:#7cc7d5;
}