Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #9ed9e0;
}
.hint-of-mint {
color: #e1f2d4;
}
.durango-dust {
color: #f9e49f;
}
.mandys-pink {
color: #f5b59e;
}
.amour {
color: #f15b4b;
}
/* CSS Variables */
:root {
--terrace-pool:#9ed9e0;
--hint-of-mint:#e1f2d4;
--durango-dust:#f9e49f;
--mandys-pink:#f5b59e;
--amour:#f15b4b;
}