Color names in this palette
CSS code for this palette
/* CSS */
.kon {
color: #191e38;
}
.delft {
color: #3d598a;
}
.delicate-girl-blue {
color: #65b1c8;
}
.sunrise {
color: #f0c17a;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--kon:#191e38;
--delft:#3d598a;
--delicate-girl-blue:#65b1c8;
--sunrise:#f0c17a;
--grapefruit-pulp:#ff6e61;
}