Color names in this palette
CSS code for this palette
/* CSS */
.gloomy-sea {
color: #4a6478;
}
.blue-suede {
color: #6b7c94;
}
.ashen-wind {
color: #97a9b4;
}
.christmas-silver {
color: #e0e0e0;
}
.rosy-outlook {
color: #f7aaa1;
}
/* CSS Variables */
:root {
--gloomy-sea:#4a6478;
--blue-suede:#6b7c94;
--ashen-wind:#97a9b4;
--christmas-silver:#e0e0e0;
--rosy-outlook:#f7aaa1;
}