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