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

Compartir esta paleta en:

Imagen PNG de la paleta de colores I Wish We Never Met

Download i wish we never met color palette PNG image (landscape)
Download i wish we never met color palette PNG image (square)

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);
}

I Wish We Never Met color palette created on .