Paleta de colores Whimsical Winds of Mondstadt
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whimsical Winds of Mondstadt palette
CSS de la paleta de colores Whimsical Winds of Mondstadt
/* CSS */
.color-1 {
color: #5b9da9;
}
.color-2 {
color: #a2d2d8;
}
.color-3 {
color: #f1c84b;
}
.color-4 {
color: #f0a800;
}
.color-5 {
color: #d15c2e;
}
/* CSS Variables */
:root {
--color-1: #5b9da9;
--color-2: #a2d2d8;
--color-3: #f1c84b;
--color-4: #f0a800;
--color-5: #d15c2e;
}
CSS del degradado de fondo Whimsical Winds of Mondstadt
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b9da9, #a2d2d8, #f1c84b, #f0a800, #d15c2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b9da9, #a2d2d8, #f1c84b, #f0a800, #d15c2e);
}
Paletas de colores similares
Whimsical Winds of Mondstadt color palette created on .