Vivid Spectrum of Nature Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vivid Spectrum of Nature palette

Share this palette to:

Vivid Spectrum of Nature color palette CSS

/* CSS */
.color-1 {
color: #fcfc03;
}
.color-2 {
color: #4b7015;
}
.color-3 {
color: #fa0000;
}
.color-4 {
color: #0000ff;
}
.color-5 {
color: #201c09;
}

/* CSS Variables */
:root {
--color-1: #fcfc03;
--color-2: #4b7015;
--color-3: #fa0000;
--color-4: #0000ff;
--color-5: #201c09;
}

Vivid Spectrum of Nature background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcfc03, #4b7015, #fa0000, #0000ff, #201c09);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcfc03, #4b7015, #fa0000, #0000ff, #201c09);
}

Similar color palettes

Vivid Spectrum of Nature color palette created on .