Red and Blue Harmony カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Red and Blue Harmony palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Red and Blue Harmony カラーパレット (PNG) をダウンロード
Red and Blue Harmony カラーパレット CSS
/* CSS */
.color-1 {
color: #bf3a2b;
}
.color-2 {
color: #e77e23;
}
.color-3 {
color: #f1c40e;
}
.color-4 {
color: #28af60;
}
.color-5 {
color: #3398db;
}
/* CSS Variables */
:root {
--color-1: #bf3a2b;
--color-2: #e77e23;
--color-3: #f1c40e;
--color-4: #28af60;
--color-5: #3398db;
}
Red and Blue Harmony の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bf3a2b, #e77e23, #f1c40e, #28af60, #3398db);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bf3a2b, #e77e23, #f1c40e, #28af60, #3398db);
}
似たようなカラーパレット
Red and Blue Harmony color palette created on .