Color names in this palette
CSS code for this palette
/* CSS */
.tropical-lagoon {
color: #1e99ae;
}
.aztec-sky {
color: #4cb8d6;
}
.blizzard-blue {
color: #a1e5e8;
}
.laundry-white {
color: #f6f9f1;
}
.lion-cub {
color: #f8caa5;
}
/* CSS Variables */
:root {
--tropical-lagoon:#1e99ae;
--aztec-sky:#4cb8d6;
--blizzard-blue:#a1e5e8;
--laundry-white:#f6f9f1;
--lion-cub:#f8caa5;
}