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