Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.blue-jay {
color: #5a8ed8;
}
.sailor-s-bay {
color: #4a6e8c;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.clarified-butter {
color: #e29f22;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--blue-jay:#5a8ed8;
--sailor-s-bay:#4a6e8c;
--solar-plexus-chakra:#f1c84b;
--clarified-butter:#e29f22;
}