Paleta de colores Sandy Shores and Sky
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Sandy Shores and Sky palette
CSS de la paleta de colores Sandy Shores and Sky
/* CSS */
.color-1 {
color: #6f4c3e;
}
.color-2 {
color: #9f512d;
}
.color-3 {
color: #b0c4de;
}
.color-4 {
color: #4682b4;
}
.color-5 {
color: #609d9f;
}
/* CSS Variables */
:root {
--color-1: #6f4c3e;
--color-2: #9f512d;
--color-3: #b0c4de;
--color-4: #4682b4;
--color-5: #609d9f;
}
CSS del degradado de fondo Sandy Shores and Sky
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f4c3e, #9f512d, #b0c4de, #4682b4, #609d9f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f4c3e, #9f512d, #b0c4de, #4682b4, #609d9f);
}
Paletas de colores similares
Sandy Shores and Sky color palette created on .