Color names in this palette
CSS code for this palette
/* CSS */
.high-profile {
color: #015c83;
}
.greek-blue {
color: #009dbd;
}
.verditer {
color: #00b3aa;
}
.lime-lizard {
color: #a3d55d;
}
.golden-apples {
color: #f2d750;
}
/* CSS Variables */
:root {
--high-profile:#015c83;
--greek-blue:#009dbd;
--verditer:#00b3aa;
--lime-lizard:#a3d55d;
--golden-apples:#f2d750;
}