Paleta de colores Whispers of Autumn Breeze

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Autumn Breeze palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Autumn Breeze

/* CSS */
.color-1 {
color: #d6f0e4;
}
.color-2 {
color: #edc4a6;
}
.color-3 {
color: #fdbd81;
}
.color-4 {
color: #e4a081;
}
.color-5 {
color: #7f8890;
}

/* CSS Variables */
:root {
--color-1: #d6f0e4;
--color-2: #edc4a6;
--color-3: #fdbd81;
--color-4: #e4a081;
--color-5: #7f8890;
}

CSS del degradado de fondo Whispers of Autumn Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6f0e4, #edc4a6, #fdbd81, #e4a081, #7f8890);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6f0e4, #edc4a6, #fdbd81, #e4a081, #7f8890);
}

Whispers of Autumn Breeze color palette created on .