Bright Futures Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Bright Futures palette
Bright Futures color palette CSS
/* CSS */
.color-1 {
color: #69bf88;
}
.color-2 {
color: #ffcb5c;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #4b91e2;
}
.color-5 {
color: #f25a76;
}
/* CSS Variables */
:root {
--color-1: #69bf88;
--color-2: #ffcb5c;
--color-3: #ff6e61;
--color-4: #4b91e2;
--color-5: #f25a76;
}
Bright Futures background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #69bf88, #ffcb5c, #ff6e61, #4b91e2, #f25a76);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #69bf88, #ffcb5c, #ff6e61, #4b91e2, #f25a76);
}
Similar color palettes
Scroll down to explore 300+ Bright color palettes
Bright Futures color palette created on .