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