Seeking the Sun Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Seeking the Sun palette

Share this palette to:

Download Seeking the Sun Color Palette (PNG)

Download seeking the sun color palette PNG image (landscape)
Download seeking the sun color palette PNG image (square)

Seeking the Sun color palette CSS

/* CSS */
.color-1 {
color: #f8d859;
}
.color-2 {
color: #f5a524;
}
.color-3 {
color: #f86c30;
}
.color-4 {
color: #e94e77;
}
.color-5 {
color: #b42d6c;
}

/* CSS Variables */
:root {
--color-1: #f8d859;
--color-2: #f5a524;
--color-3: #f86c30;
--color-4: #e94e77;
--color-5: #b42d6c;
}

Seeking the Sun background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d859, #f5a524, #f86c30, #e94e77, #b42d6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d859, #f5a524, #f86c30, #e94e77, #b42d6c);
}

Seeking the Sun color palette created on .