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