Color names in this palette
CSS code for this palette
/* CSS */
.wipeout {
color: #3d7c94;
}
.estuary-blue {
color: #6ea3b4;
}
.frosty-glade {
color: #9fc1c0;
}
.golden-hour {
color: #f3b358;
}
.orangeade {
color: #e04f38;
}
/* CSS Variables */
:root {
--wipeout:#3d7c94;
--estuary-blue:#6ea3b4;
--frosty-glade:#9fc1c0;
--golden-hour:#f3b358;
--orangeade:#e04f38;
}