Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.calla {
color: #f1e0b6;
}
.pink-marshmallow {
color: #f4b4d4;
}
.mellow-drama {
color: #ffc65c;
}
.jade-green {
color: #799a7a;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--calla:#f1e0b6;
--pink-marshmallow:#f4b4d4;
--mellow-drama:#ffc65c;
--jade-green:#799a7a;
}