Color names in this palette
CSS code for this palette
/* CSS */
.blue-plate {
color: #5c7d9d;
}
.batch-blue {
color: #8ab2c7;
}
.lively-tune {
color: #c8d8e5;
}
.diminished-pink {
color: #f1e5df;
}
.shrimp-cocktail {
color: #f3a662;
}
/* CSS Variables */
:root {
--blue-plate:#5c7d9d;
--batch-blue:#8ab2c7;
--lively-tune:#c8d8e5;
--diminished-pink:#f1e5df;
--shrimp-cocktail:#f3a662;
}