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