Retro Cyber Elegance カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Retro Cyber Elegance palette
Retro Cyber Elegance カラー パレット PNG 画像
Retro Cyber Elegance カラーパレット CSS
/* CSS */
.color-1 {
color: #4d9dff;
}
.color-2 {
color: #ff4d8e;
}
.color-3 {
color: #ffd54d;
}
.color-4 {
color: #681b98;
}
.color-5 {
color: #00bdad;
}
/* CSS Variables */
:root {
--color-1: #4d9dff;
--color-2: #ff4d8e;
--color-3: #ffd54d;
--color-4: #681b98;
--color-5: #00bdad;
}
Retro Cyber Elegance の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d9dff, #ff4d8e, #ffd54d, #681b98, #00bdad);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d9dff, #ff4d8e, #ffd54d, #681b98, #00bdad);
}
似たようなカラーパレット
Retro Cyber Elegance color palette created on .