Faded Futures カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Faded Futures palette

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

Faded Futures カラーパレット CSS

/* CSS */
.color-1 {
color: #402b40;
}
.color-2 {
color: #6a4a8c;
}
.color-3 {
color: #b77b99;
}
.color-4 {
color: #d6a66b;
}
.color-5 {
color: #f2d578;
}

/* CSS Variables */
:root {
--color-1: #402b40;
--color-2: #6a4a8c;
--color-3: #b77b99;
--color-4: #d6a66b;
--color-5: #f2d578;
}

Faded Futures の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #402b40, #6a4a8c, #b77b99, #d6a66b, #f2d578);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #402b40, #6a4a8c, #b77b99, #d6a66b, #f2d578);
}

Faded Futures color palette created on .