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: #140000;
}
.color-2 {
color: #2e0000;
}
.color-3 {
color: #4c1a1a;
}
.color-4 {
color: #762828;
}
.color-5 {
color: #000000;
}

/* CSS Variables */
:root {
--color-1: #140000;
--color-2: #2e0000;
--color-3: #4c1a1a;
--color-4: #762828;
--color-5: #000000;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #140000, #2e0000, #4c1a1a, #762828, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #140000, #2e0000, #4c1a1a, #762828, #000000);
}

Deep Crimson color palette created on .