Color names in this palette
CSS code for this palette
/* CSS */
.delft {
color: #3c598b;
}
.zenith {
color: #4b7fa0;
}
.azure-lake {
color: #7ab9c7;
}
.pale-robin-egg-blue {
color: #92e2d5;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--delft:#3c598b;
--zenith:#4b7fa0;
--azure-lake:#7ab9c7;
--pale-robin-egg-blue:#92e2d5;
--grapefruit-pulp:#ff6e61;
}