Paleta de colores Whispers of Verdant Tranquility

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Verdant Tranquility palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Verdant Tranquility

/* CSS */
.color-1 {
color: #d5df68;
}
.color-2 {
color: #a2b394;
}
.color-3 {
color: #a5b253;
}
.color-4 {
color: #788c7c;
}
.color-5 {
color: #829041;
}

/* CSS Variables */
:root {
--color-1: #d5df68;
--color-2: #a2b394;
--color-3: #a5b253;
--color-4: #788c7c;
--color-5: #829041;
}

CSS del degradado de fondo Whispers of Verdant Tranquility

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5df68, #a2b394, #a5b253, #788c7c, #829041);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5df68, #a2b394, #a5b253, #788c7c, #829041);
}

Whispers of Verdant Tranquility color palette created on .