Red Devil カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Red Devil palette

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

Red Devil カラーパレット CSS

/* CSS */
.color-1 {
color: #ae312d;
}
.color-2 {
color: #f14e4b;
}
.color-3 {
color: #f9b52f;
}
.color-4 {
color: #f3d735;
}
.color-5 {
color: #f7e3b6;
}

/* CSS Variables */
:root {
--color-1: #ae312d;
--color-2: #f14e4b;
--color-3: #f9b52f;
--color-4: #f3d735;
--color-5: #f7e3b6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ae312d, #f14e4b, #f9b52f, #f3d735, #f7e3b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ae312d, #f14e4b, #f9b52f, #f3d735, #f7e3b6);
}

Red Devil color palette created on .