Color names in this palette
CSS code for this palette
/* CSS */
.sea-bed {
color: #2a808d;
}
.tropical-escape {
color: #4cb8b1;
}
.hammam-blue {
color: #6eddd8;
}
.pale-king-s-blue {
color: #a7f1ea;
}
.ballet-white {
color: #f2e5d9;
}
/* CSS Variables */
:root {
--sea-bed:#2a808d;
--tropical-escape:#4cb8b1;
--hammam-blue:#6eddd8;
--pale-king-s-blue:#a7f1ea;
--ballet-white:#f2e5d9;
}