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