Color names in this palette
CSS code for this palette
/* CSS */
.bermuda {
color: #1e7a8a;
}
.sea-serpent {
color: #4dc3d5;
}
.bluebottle {
color: #8bd3e9;
}
.sunny-mood {
color: #f7c94b;
}
.vivid-red-tangelo {
color: #da5e25;
}
/* CSS Variables */
:root {
--bermuda:#1e7a8a;
--sea-serpent:#4dc3d5;
--bluebottle:#8bd3e9;
--sunny-mood:#f7c94b;
--vivid-red-tangelo:#da5e25;
}