Paleta de colores Whispers of Serene Nature

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Serene Nature palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Serene Nature

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #fcfdfd;
}
.color-3 {
color: #e6ebeb;
}
.color-4 {
color: #c3ced0;
}
.color-5 {
color: #acb159;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #fcfdfd;
--color-3: #e6ebeb;
--color-4: #c3ced0;
--color-5: #acb159;
}

CSS del degradado de fondo Whispers of Serene Nature

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #fcfdfd, #e6ebeb, #c3ced0, #acb159);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #fcfdfd, #e6ebeb, #c3ced0, #acb159);
}

Whispers of Serene Nature color palette created on .