Color names in this palette
CSS code for this palette
/* CSS */
.lightning-yellow {
color: #f69f2c;
}
.softsun {
color: #f4c63e;
}
.vanilla-pudding {
color: #f6df6f;
}
.terrace-pool {
color: #a3d8e0;
}
.peaceful-river {
color: #4a9cd3;
}
/* CSS Variables */
:root {
--lightning-yellow:#f69f2c;
--softsun:#f4c63e;
--vanilla-pudding:#f6df6f;
--terrace-pool:#a3d8e0;
--peaceful-river:#4a9cd3;
}