Color names in this palette
CSS code for this palette
/* CSS */
.beautiful-blue {
color: #1b6ebb;
}
.blue-astro {
color: #4ea9da;
}
.deep-aquamarine {
color: #77d5e4;
}
.overtone {
color: #a6e8b2;
}
.tanned-leather {
color: #f0c20a;
}
/* CSS Variables */
:root {
--beautiful-blue:#1b6ebb;
--blue-astro:#4ea9da;
--deep-aquamarine:#77d5e4;
--overtone:#a6e8b2;
--tanned-leather:#f0c20a;
}