Whispers of Rain Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Rain palette

Share this palette to:

Whispers of Rain color palette CSS

/* CSS */
.color-1 {
color: #a3c2e0;
}
.color-2 {
color: #a8d5e6;
}
.color-3 {
color: #f0f8e2;
}
.color-4 {
color: #f6c9b1;
}
.color-5 {
color: #ef3b1f;
}

/* CSS Variables */
:root {
--color-1: #a3c2e0;
--color-2: #a8d5e6;
--color-3: #f0f8e2;
--color-4: #f6c9b1;
--color-5: #ef3b1f;
}

Whispers of Rain background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c2e0, #a8d5e6, #f0f8e2, #f6c9b1, #ef3b1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c2e0, #a8d5e6, #f0f8e2, #f6c9b1, #ef3b1f);
}

Whispers of Rain color palette created on .