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