Paleta de colores Wondering Blue
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Wondering Blue palette
CSS de la paleta de colores Wondering Blue
/* CSS */
.color-1 {
color: #1d202f;
}
.color-2 {
color: #3d4b6c;
}
.color-3 {
color: #698c91;
}
.color-4 {
color: #a0c4d9;
}
.color-5 {
color: #f0e3b2;
}
/* CSS Variables */
:root {
--color-1: #1d202f;
--color-2: #3d4b6c;
--color-3: #698c91;
--color-4: #a0c4d9;
--color-5: #f0e3b2;
}
CSS del degradado de fondo Wondering Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d202f, #3d4b6c, #698c91, #a0c4d9, #f0e3b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d202f, #3d4b6c, #698c91, #a0c4d9, #f0e3b2);
}
Paletas de colores similares
Wondering Blue color palette created on .