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