Yellow Evelina Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Yellow Evelina palette

Share this palette to:

Yellow Evelina color palette CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #f7b32b;
}
.color-3 {
color: #f9c85d;
}
.color-4 {
color: #f6d7a2;
}
.color-5 {
color: #f4c8e8;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #f7b32b;
--color-3: #f9c85d;
--color-4: #f6d7a2;
--color-5: #f4c8e8;
}

Yellow Evelina background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #f7b32b, #f9c85d, #f6d7a2, #f4c8e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #f7b32b, #f9c85d, #f6d7a2, #f4c8e8);
}

Yellow Evelina color palette created on .