Paleta de colores Whispering Pines
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispering Pines palette
CSS de la paleta de colores Whispering Pines
/* CSS */
.color-1 {
color: #305050;
}
.color-2 {
color: #4f7d7d;
}
.color-3 {
color: #6fbebe;
}
.color-4 {
color: #9fd0d0;
}
.color-5 {
color: #def7f7;
}
/* CSS Variables */
:root {
--color-1: #305050;
--color-2: #4f7d7d;
--color-3: #6fbebe;
--color-4: #9fd0d0;
--color-5: #def7f7;
}
CSS del degradado de fondo Whispering Pines
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #305050, #4f7d7d, #6fbebe, #9fd0d0, #def7f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #305050, #4f7d7d, #6fbebe, #9fd0d0, #def7f7);
}
Paletas de colores similares
Whispering Pines color palette created on .