Red and Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Red and Blue palette

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

Red and Blue カラー パレット PNG 画像

Download red and blue color palette PNG image (landscape)
Download red and blue color palette PNG image (square)

Red and Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #d62b1f;
}
.color-2 {
color: #f48e1a;
}
.color-3 {
color: #4f9ecf;
}
.color-4 {
color: #1e3a76;
}
.color-5 {
color: #a62b2b;
}

/* CSS Variables */
:root {
--color-1: #d62b1f;
--color-2: #f48e1a;
--color-3: #4f9ecf;
--color-4: #1e3a76;
--color-5: #a62b2b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d62b1f, #f48e1a, #4f9ecf, #1e3a76, #a62b2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d62b1f, #f48e1a, #4f9ecf, #1e3a76, #a62b2b);
}

Red and Blue color palette created on .