Saturated Blue Green Orange Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Saturated Blue Green Orange palette
Saturated Blue Green Orange color palette CSS
/* CSS */
.color-1 {
color: #19c292;
}
.color-2 {
color: #1ad5c9;
}
.color-3 {
color: #4feeb9;
}
.color-4 {
color: #ff8847;
}
.color-5 {
color: #ffb338;
}
/* CSS Variables */
:root {
--color-1: #19c292;
--color-2: #1ad5c9;
--color-3: #4feeb9;
--color-4: #ff8847;
--color-5: #ffb338;
}
Saturated Blue Green Orange background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #19c292, #1ad5c9, #4feeb9, #ff8847, #ffb338);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #19c292, #1ad5c9, #4feeb9, #ff8847, #ffb338);
}
Similar color palettes
Saturated Blue Green Orange color palette created on .