Color names in this palette
CSS code for this palette
/* CSS */
.ocean-liner {
color: #1a8e8e;
}
.eucalipto {
color: #4bc3a1;
}
.sprig-of-mint {
color: #8ae0b4;
}
.yellow-avarice {
color: #f6f7d9;
}
.floral-leaf {
color: #ffb84d;
}
/* CSS Variables */
:root {
--ocean-liner:#1a8e8e;
--eucalipto:#4bc3a1;
--sprig-of-mint:#8ae0b4;
--yellow-avarice:#f6f7d9;
--floral-leaf:#ffb84d;
}