Color names in this palette
CSS code for this palette
/* CSS */
.steel-blue-eyes {
color: #7b93c6;
}
.light-steel-blue {
color: #b0c1de;
}
.light-orchid {
color: #e3a5d4;
}
.serene-pink {
color: #f5c7b7;
}
.aspen-yellow {
color: #f8e0a0;
}
/* CSS Variables */
:root {
--steel-blue-eyes:#7b93c6;
--light-steel-blue:#b0c1de;
--light-orchid:#e3a5d4;
--serene-pink:#f5c7b7;
--aspen-yellow:#f8e0a0;
}