Sunny Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunny Serenity palette

Share this palette to:

Download Sunny Serenity Color Palette (PNG)

Download sunny serenity color palette PNG image (landscape)
Download sunny serenity color palette PNG image (square)

Sunny Serenity color palette CSS

/* CSS */
.color-1 {
color: #f6a709;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #e8dfa1;
}
.color-4 {
color: #6ed6ed;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #f6a709;
--color-2: #f1c84b;
--color-3: #e8dfa1;
--color-4: #6ed6ed;
--color-5: #ff6e61;
}

Sunny Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a709, #f1c84b, #e8dfa1, #6ed6ed, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a709, #f1c84b, #e8dfa1, #6ed6ed, #ff6e61);
}

Sunny Serenity color palette created on .