Deep Crimson カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Deep Crimson palette

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

Deep Crimson カラー パレット PNG 画像

Download deep crimson color palette PNG image (landscape)
Download deep crimson color palette PNG image (square)

Deep Crimson カラーパレット CSS

/* CSS */
.color-1 {
color: #1a0000;
}
.color-2 {
color: #3a0d0d;
}
.color-3 {
color: #551616;
}
.color-4 {
color: #6f2a2a;
}
.color-5 {
color: #000000;
}

/* CSS Variables */
:root {
--color-1: #1a0000;
--color-2: #3a0d0d;
--color-3: #551616;
--color-4: #6f2a2a;
--color-5: #000000;
}

Deep Crimson の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a0000, #3a0d0d, #551616, #6f2a2a, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a0000, #3a0d0d, #551616, #6f2a2a, #000000);
}

Deep Crimson color palette created on .