Sunny Splash Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunny Splash palette

Share this palette to:

Sunny Splash color palette CSS

/* CSS */
.color-1 {
color: #1f8fff;
}
.color-2 {
color: #ffea00;
}
.color-3 {
color: #ff6d1f;
}
.color-4 {
color: #8aff8e;
}
.color-5 {
color: #ff1492;
}

/* CSS Variables */
:root {
--color-1: #1f8fff;
--color-2: #ffea00;
--color-3: #ff6d1f;
--color-4: #8aff8e;
--color-5: #ff1492;
}

Sunny Splash background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8fff, #ffea00, #ff6d1f, #8aff8e, #ff1492);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8fff, #ffea00, #ff6d1f, #8aff8e, #ff1492);
}

Sunny Splash color palette created on .