Color names in this palette
CSS code for this palette
/* CSS */
.lago-blue {
color: #1ab5c7;
}
.venetian-yellow {
color: #f6e4a2;
}
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.daisy-bush {
color: #5c3f8d;
}
/* CSS Variables */
:root {
--lago-blue:#1ab5c7;
--venetian-yellow:#f6e4a2;
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--daisy-bush:#5c3f8d;
}