Color names in this palette
CSS code for this palette
/* CSS */
.georgian-revival-blue {
color: #5b8e9f;
}
.morning-star {
color: #c3d1e4;
}
.first-date {
color: #f2b4a1;
}
.grapefruit-pulp {
color: #ff6e61;
}
.whisky-sour {
color: #f3a735;
}
/* CSS Variables */
:root {
--georgian-revival-blue:#5b8e9f;
--morning-star:#c3d1e4;
--first-date:#f2b4a1;
--grapefruit-pulp:#ff6e61;
--whisky-sour:#f3a735;
}