Color names in this palette
CSS code for this palette
/* CSS */
.durango-dust {
color: #f9e19f;
}
.mystic-tulip {
color: #f9b39f;
}
.violet-kiss {
color: #f99fd5;
}
.pastel-blue {
color: #9fc0f9;
}
.toxic-frog {
color: #9ff99f;
}
/* CSS Variables */
:root {
--durango-dust:#f9e19f;
--mystic-tulip:#f9b39f;
--violet-kiss:#f99fd5;
--pastel-blue:#9fc0f9;
--toxic-frog:#9ff99f;
}