Paleta de colores Sunkissed Sophistication
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Sunkissed Sophistication palette
CSS de la paleta de colores Sunkissed Sophistication
/* CSS */
.color-1 {
color: #f9aeae;
}
.color-2 {
color: #f6b8a2;
}
.color-3 {
color: #fdd8a0;
}
.color-4 {
color: #f6e4b1;
}
.color-5 {
color: #f5e4b2;
}
/* CSS Variables */
:root {
--color-1: #f9aeae;
--color-2: #f6b8a2;
--color-3: #fdd8a0;
--color-4: #f6e4b1;
--color-5: #f5e4b2;
}
CSS del degradado de fondo Sunkissed Sophistication
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9aeae, #f6b8a2, #fdd8a0, #f6e4b1, #f5e4b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9aeae, #f6b8a2, #fdd8a0, #f6e4b1, #f5e4b2);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Suave
Sunkissed Sophistication color palette created on .