Dark Red カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dark Red palette

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

Dark Red カラーパレット (PNG) をダウンロード

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

Dark Red カラーパレット CSS

/* CSS */
.color-1 {
color: #d60039;
}
.color-2 {
color: #c92c34;
}
.color-3 {
color: #a8503e;
}
.color-4 {
color: #7e793a;
}
.color-5 {
color: #4f883f;
}

/* CSS Variables */
:root {
--color-1: #d60039;
--color-2: #c92c34;
--color-3: #a8503e;
--color-4: #7e793a;
--color-5: #4f883f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d60039, #c92c34, #a8503e, #7e793a, #4f883f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d60039, #c92c34, #a8503e, #7e793a, #4f883f);
}

Dark Red color palette created on .