Color names in this palette
CSS code for this palette
/* CSS */
.vanity {
color: #5590b4;
}
.sea-mark {
color: #91b5ca;
}
.aloha-sunset {
color: #e8a692;
}
.capital-yellow {
color: #eab843;
}
.kings-yellow {
color: #ead861;
}
/* CSS Variables */
:root {
--vanity:#5590b4;
--sea-mark:#91b5ca;
--aloha-sunset:#e8a692;
--capital-yellow:#eab843;
--kings-yellow:#ead861;
}