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