Memphis Vibes カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Memphis Vibes palette
Memphis Vibes カラーパレット CSS
/* CSS */
.color-1 {
color: #f04c00;
}
.color-2 {
color: #ffb300;
}
.color-3 {
color: #ffd942;
}
.color-4 {
color: #00b3aa;
}
.color-5 {
color: #a400b3;
}
/* CSS Variables */
:root {
--color-1: #f04c00;
--color-2: #ffb300;
--color-3: #ffd942;
--color-4: #00b3aa;
--color-5: #a400b3;
}
Memphis Vibes の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f04c00, #ffb300, #ffd942, #00b3aa, #a400b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f04c00, #ffb300, #ffd942, #00b3aa, #a400b3);
}
似たようなカラーパレット
下にスクロールして400+個のオレンジカラーパレットを探索しましょう
Memphis Vibes color palette created on .