Yellow Ray Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Yellow Ray palette

Share this palette to:

Yellow Ray color palette CSS

/* CSS */
.color-1 {
color: #f6d12c;
}
.color-2 {
color: #faa200;
}
.color-3 {
color: #fa6c00;
}
.color-4 {
color: #d65d00;
}
.color-5 {
color: #c74c00;
}

/* CSS Variables */
:root {
--color-1: #f6d12c;
--color-2: #faa200;
--color-3: #fa6c00;
--color-4: #d65d00;
--color-5: #c74c00;
}

Yellow Ray background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d12c, #faa200, #fa6c00, #d65d00, #c74c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d12c, #faa200, #fa6c00, #d65d00, #c74c00);
}

Yellow Ray color palette created on .