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