Paleta de colores Whispers of Serene Pastels

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Serene Pastels palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Serene Pastels

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #f0edf2;
}
.color-3 {
color: #d6e7f5;
}
.color-4 {
color: #fad6e5;
}
.color-5 {
color: #abc3e2;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f0edf2;
--color-3: #d6e7f5;
--color-4: #fad6e5;
--color-5: #abc3e2;
}

CSS del degradado de fondo Whispers of Serene Pastels

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f0edf2, #d6e7f5, #fad6e5, #abc3e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f0edf2, #d6e7f5, #fad6e5, #abc3e2);
}

Whispers of Serene Pastels color palette created on .