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