Color names in this palette
CSS code for this palette
/* CSS */
.antilles-blue {
color: #3a5f8d;
}
.jugendstil-turquoise {
color: #5f9b9b;
}
.witty-green {
color: #b5d99b;
}
.roadster-yellow {
color: #f1e0a2;
}
.bussell-lace {
color: #e8a29c;
}
/* CSS Variables */
:root {
--antilles-blue:#3a5f8d;
--jugendstil-turquoise:#5f9b9b;
--witty-green:#b5d99b;
--roadster-yellow:#f1e0a2;
--bussell-lace:#e8a29c;
}