Color names in this palette
CSS code for this palette
/* CSS */
.integra {
color: #3f5c92;
}
.distant-sky {
color: #6e8daf;
}
.sea-cliff {
color: #a9c6e0;
}
.pink-marshmallow {
color: #f4b8d1;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--integra:#3f5c92;
--distant-sky:#6e8daf;
--sea-cliff:#a9c6e0;
--pink-marshmallow:#f4b8d1;
--creamy-sweet-corn:#f9c54e;
}