Red and Blue Harmony カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Red and Blue Harmony palette

このパレットを共有する先:

Red and Blue Harmony カラーパレット CSS

/* CSS */
.color-1 {
color: #e13e33;
}
.color-2 {
color: #f6a05a;
}
.color-3 {
color: #f1d67e;
}
.color-4 {
color: #6ec6d4;
}
.color-5 {
color: #2b8839;
}

/* CSS Variables */
:root {
--color-1: #e13e33;
--color-2: #f6a05a;
--color-3: #f1d67e;
--color-4: #6ec6d4;
--color-5: #2b8839;
}

Red and Blue Harmony の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e13e33, #f6a05a, #f1d67e, #6ec6d4, #2b8839);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e13e33, #f6a05a, #f1d67e, #6ec6d4, #2b8839);
}

Red and Blue Harmony color palette created on .