Paleta de colores I Wish We Never Met
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with I Wish We Never Met palette
Imagen PNG de la paleta de colores I Wish We Never Met
CSS de la paleta de colores I Wish We Never Met
/* CSS */
.color-1 {
color: #4b5e68;
}
.color-2 {
color: #6b8e8d;
}
.color-3 {
color: #92b9a2;
}
.color-4 {
color: #f5c67f;
}
.color-5 {
color: #e0705c;
}
/* CSS Variables */
:root {
--color-1: #4b5e68;
--color-2: #6b8e8d;
--color-3: #92b9a2;
--color-4: #f5c67f;
--color-5: #e0705c;
}
CSS del degradado de fondo I Wish We Never Met
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b5e68, #6b8e8d, #92b9a2, #f5c67f, #e0705c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b5e68, #6b8e8d, #92b9a2, #f5c67f, #e0705c);
}
Paletas de colores similares
I Wish We Never Met color palette created on .