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