Forever Intertwined Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Forever Intertwined palette

Condividi questa palette a:

tavolozza dei colori Forever Intertwined CSS

/* CSS */
.color-1 {
color: #bbb1a0;
}
.color-2 {
color: #92a5a0;
}
.color-3 {
color: #658a95;
}
.color-4 {
color: #667893;
}
.color-5 {
color: #52718e;
}

/* CSS Variables */
:root {
--color-1: #bbb1a0;
--color-2: #92a5a0;
--color-3: #658a95;
--color-4: #667893;
--color-5: #52718e;
}

CSS con gradiente di sfondo Forever Intertwined

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bbb1a0, #92a5a0, #658a95, #667893, #52718e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bbb1a0, #92a5a0, #658a95, #667893, #52718e);
}

Forever Intertwined color palette created on .