Y2K Stars カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Y2K Stars palette

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

Y2K Stars カラー パレット PNG 画像

Download y2k stars color palette PNG image (landscape)
Download y2k stars color palette PNG image (square)

Y2K Stars カラーパレット CSS

/* CSS */
.color-1 {
color: #1a1f5b;
}
.color-2 {
color: #3d4c8a;
}
.color-3 {
color: #7a9ec2;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #1a1f5b;
--color-2: #3d4c8a;
--color-3: #7a9ec2;
--color-4: #f1c84b;
--color-5: #ff6e61;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1f5b, #3d4c8a, #7a9ec2, #f1c84b, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1f5b, #3d4c8a, #7a9ec2, #f1c84b, #ff6e61);
}

Y2K Stars color palette created on .