Forever Intertwined カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Forever Intertwined palette

このパレットを共有する先:

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

Forever Intertwined の背景のグラデーション CSS

/* 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 .