Color names in this palette
CSS code for this palette
/* CSS */
.tanager-turquoise {
color: #8ed6e6;
}
.faded-jeans {
color: #5fbec8;
}
.sports-blue {
color: #3a9bb6;
}
.blue-mediterranean {
color: #217b9c;
}
.commandes {
color: #0f5a7b;
}
/* CSS Variables */
:root {
--tanager-turquoise:#8ed6e6;
--faded-jeans:#5fbec8;
--sports-blue:#3a9bb6;
--blue-mediterranean:#217b9c;
--commandes:#0f5a7b;
}