Sunny Sophistication Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunny Sophistication palette

Share this palette to:

Sunny Sophistication color palette CSS

/* CSS */
.color-1 {
color: #ffb84d;
}
.color-2 {
color: #ffcc80;
}
.color-3 {
color: #ffe0b3;
}
.color-4 {
color: #ffad42;
}
.color-5 {
color: #ff9100;
}

/* CSS Variables */
:root {
--color-1: #ffb84d;
--color-2: #ffcc80;
--color-3: #ffe0b3;
--color-4: #ffad42;
--color-5: #ff9100;
}

Sunny Sophistication background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb84d, #ffcc80, #ffe0b3, #ffad42, #ff9100);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb84d, #ffcc80, #ffe0b3, #ffad42, #ff9100);
}

Sunny Sophistication color palette created on .