Color names in this palette
CSS code for this palette
/* CSS */
.teclis-blue {
color: #a4b4e5;
}
.syrian-violet {
color: #e2c8e5;
}
.sun-dust {
color: #f5e0a3;
}
.mango-margarita {
color: #f3b44f;
}
.breeze-of-chilli {
color: #f56b6b;
}
/* CSS Variables */
:root {
--teclis-blue:#a4b4e5;
--syrian-violet:#e2c8e5;
--sun-dust:#f5e0a3;
--mango-margarita:#f3b44f;
--breeze-of-chilli:#f56b6b;
}