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