Paleta de colores Whispers of Layah

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Layah palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Layah

/* CSS */
.color-1 {
color: #f7a8a1;
}
.color-2 {
color: #f4c3d6;
}
.color-3 {
color: #f0e5b7;
}
.color-4 {
color: #b7e1a8;
}
.color-5 {
color: #7cc7d5;
}

/* CSS Variables */
:root {
--color-1: #f7a8a1;
--color-2: #f4c3d6;
--color-3: #f0e5b7;
--color-4: #b7e1a8;
--color-5: #7cc7d5;
}

CSS del degradado de fondo Whispers of Layah

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7a8a1, #f4c3d6, #f0e5b7, #b7e1a8, #7cc7d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7a8a1, #f4c3d6, #f0e5b7, #b7e1a8, #7cc7d5);
}

Whispers of Layah color palette created on .