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