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