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