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