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