Color names in this palette
CSS code for this palette
/* CSS */
.sailor-s-bay {
color: #4a6d8c;
}
.dove-tail {
color: #8eb2c7;
}
.weathered-blue {
color: #d4e3f7;
}
.maximum-yellow-red {
color: #f4b548;
}
.sizzling-sunset {
color: #e97d4e;
}
/* CSS Variables */
:root {
--sailor-s-bay:#4a6d8c;
--dove-tail:#8eb2c7;
--weathered-blue:#d4e3f7;
--maximum-yellow-red:#f4b548;
--sizzling-sunset:#e97d4e;
}