Color names in this palette
CSS code for this palette
/* CSS */
.blue-tribute {
color: #a9b7c7;
}
.simply-blue {
color: #aebccb;
}
.hindsight {
color: #bbcbe2;
}
.cheddar-corn {
color: #f7d4b6;
}
.such-a-peach {
color: #fbdeb1;
}
/* CSS Variables */
:root {
--blue-tribute:#a9b7c7;
--simply-blue:#aebccb;
--hindsight:#bbcbe2;
--cheddar-corn:#f7d4b6;
--such-a-peach:#fbdeb1;
}