Y2K Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Y2K Blue palette

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

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

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

Y2K Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #00bfff;
}
.color-2 {
color: #1f8fff;
}
.color-3 {
color: #4682b4;
}
.color-4 {
color: #609d9f;
}
.color-5 {
color: #add8e6;
}

/* CSS Variables */
:root {
--color-1: #00bfff;
--color-2: #1f8fff;
--color-3: #4682b4;
--color-4: #609d9f;
--color-5: #add8e6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00bfff, #1f8fff, #4682b4, #609d9f, #add8e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00bfff, #1f8fff, #4682b4, #609d9f, #add8e6);
}

Y2K Blue color palette created on .