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