Paleta de colores Skybound Whispers
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Skybound Whispers palette
CSS de la paleta de colores Skybound Whispers
/* CSS */
.color-1 {
color: #a7c9d7;
}
.color-2 {
color: #b6d6e2;
}
.color-3 {
color: #cee0e8;
}
.color-4 {
color: #f2c5d0;
}
.color-5 {
color: #f7b2a1;
}
/* CSS Variables */
:root {
--color-1: #a7c9d7;
--color-2: #b6d6e2;
--color-3: #cee0e8;
--color-4: #f2c5d0;
--color-5: #f7b2a1;
}
CSS del degradado de fondo Skybound Whispers
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7c9d7, #b6d6e2, #cee0e8, #f2c5d0, #f7b2a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7c9d7, #b6d6e2, #cee0e8, #f2c5d0, #f7b2a1);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 400+ paletas de colores Estético
Skybound Whispers color palette created on .