I Wish We Never Met Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with I Wish We Never Met palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori 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)

tavolozza dei colori I Wish We Never Met CSS

/* 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 con gradiente di sfondo 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 .