Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.tech-wave {
color: #4b7c9b;
}
.dreaming-blue {
color: #8cc3d4;
}
.limelight {
color: #f1e86a;
}
.fading-torch {
color: #f79e50;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--tech-wave:#4b7c9b;
--dreaming-blue:#8cc3d4;
--limelight:#f1e86a;
--fading-torch:#f79e50;
}