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