Retro Green Red Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Retro Green Red Blue palette

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

Retro Green Red Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #006110;
}
.color-2 {
color: #d10018;
}
.color-3 {
color: #003d47;
}
.color-4 {
color: #d67900;
}
.color-5 {
color: #c2002d;
}

/* CSS Variables */
:root {
--color-1: #006110;
--color-2: #d10018;
--color-3: #003d47;
--color-4: #d67900;
--color-5: #c2002d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #006110, #d10018, #003d47, #d67900, #c2002d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #006110, #d10018, #003d47, #d67900, #c2002d);
}

Retro Green Red Blue color palette created on .