Color names in this palette
CSS code for this palette
/* CSS */
.olympic-blue {
color: #4b91e2;
}
.blue-gourami {
color: #6da1d9;
}
.pale-cerulean {
color: #9fc1e5;
}
.powder-soft-blue {
color: #b6c8d8;
}
.christmas-silver {
color: #e0e0e0;
}
/* CSS Variables */
:root {
--olympic-blue:#4b91e2;
--blue-gourami:#6da1d9;
--pale-cerulean:#9fc1e5;
--powder-soft-blue:#b6c8d8;
--christmas-silver:#e0e0e0;
}