Red Eyes カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Red Eyes palette

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

Red Eyes カラー パレット PNG 画像

Download red eyes color palette PNG image (landscape)
Download red eyes color palette PNG image (square)

Red Eyes カラーパレット CSS

/* CSS */
.color-1 {
color: #791b29;
}
.color-2 {
color: #a52c3a;
}
.color-3 {
color: #d66d6b;
}
.color-4 {
color: #f2a1a1;
}
.color-5 {
color: #f7b1b1;
}

/* CSS Variables */
:root {
--color-1: #791b29;
--color-2: #a52c3a;
--color-3: #d66d6b;
--color-4: #f2a1a1;
--color-5: #f7b1b1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #791b29, #a52c3a, #d66d6b, #f2a1a1, #f7b1b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #791b29, #a52c3a, #d66d6b, #f2a1a1, #f7b1b1);
}

Red Eyes color palette created on .