Paleta de colores Suncut
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Suncut palette
Inspiración de Color
Imágenes que muestran esta paleta de colores en diseños reales
Descargar la paleta de colores Suncut (PNG)
CSS de la paleta de colores Suncut
/* CSS */
.color-1 {
color: #ffe09e;
}
.color-2 {
color: #ffd199;
}
.color-3 {
color: #ffc294;
}
.color-4 {
color: #ffad8f;
}
.color-5 {
color: #ff9b85;
}
/* CSS Variables */
:root {
--color-1: #ffe09e;
--color-2: #ffd199;
--color-3: #ffc294;
--color-4: #ffad8f;
--color-5: #ff9b85;
}
CSS del degradado de fondo Suncut
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffe09e, #ffd199, #ffc294, #ffad8f, #ff9b85);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffe09e, #ffd199, #ffc294, #ffad8f, #ff9b85);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 300+ paletas de colores Beige
Suncut color palette created on .