Yellow Formularios Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Yellow Formularios palette

Share this palette to:

Yellow Formularios color palette CSS

/* CSS */
.color-1 {
color: #f09c00;
}
.color-2 {
color: #ff6a00;
}
.color-3 {
color: #ffb700;
}
.color-4 {
color: #ffd942;
}
.color-5 {
color: #ffd3a3;
}

/* CSS Variables */
:root {
--color-1: #f09c00;
--color-2: #ff6a00;
--color-3: #ffb700;
--color-4: #ffd942;
--color-5: #ffd3a3;
}

Yellow Formularios background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f09c00, #ff6a00, #ffb700, #ffd942, #ffd3a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f09c00, #ff6a00, #ffb700, #ffd942, #ffd3a3);
}

Yellow Formularios color palette created on .