Y2K Dreams カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Y2K Dreams palette
Y2K Dreams カラー パレット PNG 画像
Y2K Dreams カラーパレット CSS
/* CSS */
.color-1 {
color: #1b0b4c;
}
.color-2 {
color: #3c2c8c;
}
.color-3 {
color: #5f5fb4;
}
.color-4 {
color: #9e7aff;
}
.color-5 {
color: #d2a8ff;
}
/* CSS Variables */
:root {
--color-1: #1b0b4c;
--color-2: #3c2c8c;
--color-3: #5f5fb4;
--color-4: #9e7aff;
--color-5: #d2a8ff;
}
Y2K Dreams の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b0b4c, #3c2c8c, #5f5fb4, #9e7aff, #d2a8ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b0b4c, #3c2c8c, #5f5fb4, #9e7aff, #d2a8ff);
}
似たようなカラーパレット
Y2K Dreams color palette created on .