Color names in this palette
CSS code for this palette
/* CSS */
.pale-cerulean {
color: #a1c3e3;
}
.pearl-blue {
color: #78b2c9;
}
.mountain-bluebird {
color: #4b9cbe;
}
.turkish-tile {
color: #007c9e;
}
.mykonos-blue {
color: #005b80;
}
/* CSS Variables */
:root {
--pale-cerulean:#a1c3e3;
--pearl-blue:#78b2c9;
--mountain-bluebird:#4b9cbe;
--turkish-tile:#007c9e;
--mykonos-blue:#005b80;
}