Red 60s カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Red 60s palette

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

Red 60s カラー パレット PNG 画像

Download red 60s color palette PNG image (landscape)
Download red 60s color palette PNG image (square)

Red 60s カラーパレット CSS

/* CSS */
.color-1 {
color: #d63f2e;
}
.color-2 {
color: #e3694a;
}
.color-3 {
color: #f1a06a;
}
.color-4 {
color: #f4d67b;
}
.color-5 {
color: #f9e1a4;
}

/* CSS Variables */
:root {
--color-1: #d63f2e;
--color-2: #e3694a;
--color-3: #f1a06a;
--color-4: #f4d67b;
--color-5: #f9e1a4;
}

Red 60s の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d63f2e, #e3694a, #f1a06a, #f4d67b, #f9e1a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d63f2e, #e3694a, #f1a06a, #f4d67b, #f9e1a4);
}

Red 60s color palette created on .