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