Color names in this palette
CSS code for this palette
/* CSS */
.spa-dream {
color: #1a8ebc;
}
.clean-pool {
color: #50c8e2;
}
.silverpine-cyan {
color: #92e4f7;
}
.maximum-yellow-red {
color: #f1b74b;
}
.amber-glow {
color: #f29d3a;
}
/* CSS Variables */
:root {
--spa-dream:#1a8ebc;
--clean-pool:#50c8e2;
--silverpine-cyan:#92e4f7;
--maximum-yellow-red:#f1b74b;
--amber-glow:#f29d3a;
}