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