Color names in this palette
CSS code for this palette
/* CSS */
.pagoda-blue {
color: #1a8a8e;
}
.sea-serpent {
color: #4ac1c9;
}
.blizzard-blue {
color: #a1e5e8;
}
.distant-horizon {
color: #f1f8f7;
}
.squash-blossom {
color: #f6b83c;
}
/* CSS Variables */
:root {
--pagoda-blue:#1a8a8e;
--sea-serpent:#4ac1c9;
--blizzard-blue:#a1e5e8;
--distant-horizon:#f1f8f7;
--squash-blossom:#f6b83c;
}