Color names in this palette
CSS code for this palette
/* CSS */
.larkspur {
color: #3b7a91;
}
.jugendstil-turquoise {
color: #5c9c9d;
}
.smooth-satin {
color: #a2d8d0;
}
.va-va-voom {
color: #e1b24c;
}
.breeze-of-chilli {
color: #f76e6e;
}
/* CSS Variables */
:root {
--larkspur:#3b7a91;
--jugendstil-turquoise:#5c9c9d;
--smooth-satin:#a2d8d0;
--va-va-voom:#e1b24c;
--breeze-of-chilli:#f76e6e;
}