Color names in this palette
CSS code for this palette
/* CSS */
.lago-blue {
color: #1ab0c7;
}
.neon-nazar {
color: #4fd5e3;
}
.ice-crystal-blue {
color: #a4e5e5;
}
.bleached-sunflower {
color: #fbe6a7;
}
.candlelight-peach {
color: #f8a2a0;
}
/* CSS Variables */
:root {
--lago-blue:#1ab0c7;
--neon-nazar:#4fd5e3;
--ice-crystal-blue:#a4e5e5;
--bleached-sunflower:#fbe6a7;
--candlelight-peach:#f8a2a0;
}