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