Color names in this palette
CSS code for this palette
/* CSS */
.lake-view {
color: #2c4a68;
}
.wickford-bay {
color: #4d6a8f;
}
.periwinkle-dusk {
color: #8f9cb3;
}
.sunrise {
color: #f0c17a;
}
.red-wire {
color: #d85946;
}
/* CSS Variables */
:root {
--lake-view:#2c4a68;
--wickford-bay:#4d6a8f;
--periwinkle-dusk:#8f9cb3;
--sunrise:#f0c17a;
--red-wire:#d85946;
}