Y2K Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Y2K Dreams palette

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

Y2K Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #17054d;
}
.color-2 {
color: #2a1593;
}
.color-3 {
color: #3636c4;
}
.color-4 {
color: #8966eb;
}
.color-5 {
color: #bb8eeb;
}

/* CSS Variables */
:root {
--color-1: #17054d;
--color-2: #2a1593;
--color-3: #3636c4;
--color-4: #8966eb;
--color-5: #bb8eeb;
}

Y2K Dreams の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #17054d, #2a1593, #3636c4, #8966eb, #bb8eeb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #17054d, #2a1593, #3636c4, #8966eb, #bb8eeb);
}

Y2K Dreams color palette created on .