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