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