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