Color names in this palette
CSS code for this palette
/* CSS */
.tropical-lagoon {
color: #1e99ae;
}
.watercourse {
color: #5cc4d6;
}
.blizzard-blue {
color: #a5e2e9;
}
.everlasting-ice {
color: #f5fafa;
}
.squash-blossom {
color: #f6b83c;
}
/* CSS Variables */
:root {
--tropical-lagoon:#1e99ae;
--watercourse:#5cc4d6;
--blizzard-blue:#a5e2e9;
--everlasting-ice:#f5fafa;
--squash-blossom:#f6b83c;
}