Paleta de colores Skybound Shells
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Skybound Shells palette
CSS de la paleta de colores Skybound Shells
/* CSS */
.color-1 {
color: #a3c4e6;
}
.color-2 {
color: #6bafd6;
}
.color-3 {
color: #3b8dba;
}
.color-4 {
color: #1f6c98;
}
.color-5 {
color: #0b4b79;
}
/* CSS Variables */
:root {
--color-1: #a3c4e6;
--color-2: #6bafd6;
--color-3: #3b8dba;
--color-4: #1f6c98;
--color-5: #0b4b79;
}
CSS del degradado de fondo Skybound Shells
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c4e6, #6bafd6, #3b8dba, #1f6c98, #0b4b79);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c4e6, #6bafd6, #3b8dba, #1f6c98, #0b4b79);
}
Paletas de colores similares
Skybound Shells color palette created on .