Paleta de colores Whispers of Rain

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Rain palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Rain

/* CSS */
.color-1 {
color: #4b91e2;
}
.color-2 {
color: #80b4f4;
}
.color-3 {
color: #a2c7e7;
}
.color-4 {
color: #d1e8f5;
}
.color-5 {
color: #f5f9ff;
}

/* CSS Variables */
:root {
--color-1: #4b91e2;
--color-2: #80b4f4;
--color-3: #a2c7e7;
--color-4: #d1e8f5;
--color-5: #f5f9ff;
}

CSS del degradado de fondo Whispers of Rain

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b91e2, #80b4f4, #a2c7e7, #d1e8f5, #f5f9ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b91e2, #80b4f4, #a2c7e7, #d1e8f5, #f5f9ff);
}

Whispers of Rain color palette created on .