Sunlit Rainfall Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunlit Rainfall palette

Share this palette to:

Sunlit Rainfall color palette CSS

/* CSS */
.color-1 {
color: #9fc2df;
}
.color-2 {
color: #f7e1a1;
}
.color-3 {
color: #f9d9b4;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #ff4d4f;
}

/* CSS Variables */
:root {
--color-1: #9fc2df;
--color-2: #f7e1a1;
--color-3: #f9d9b4;
--color-4: #ff6e61;
--color-5: #ff4d4f;
}

Sunlit Rainfall background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9fc2df, #f7e1a1, #f9d9b4, #ff6e61, #ff4d4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9fc2df, #f7e1a1, #f9d9b4, #ff6e61, #ff4d4f);
}

Sunlit Rainfall color palette created on .