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: #c62a2a;
}
.color-2 {
color: #d65c5c;
}
.color-3 {
color: #d69a9a;
}
.color-4 {
color: #e0b3b3;
}
.color-5 {
color: #c9a6a6;
}

/* CSS Variables */
:root {
--color-1: #c62a2a;
--color-2: #d65c5c;
--color-3: #d69a9a;
--color-4: #e0b3b3;
--color-5: #c9a6a6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c62a2a, #d65c5c, #d69a9a, #e0b3b3, #c9a6a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c62a2a, #d65c5c, #d69a9a, #e0b3b3, #c9a6a6);
}

Deep Crimson color palette created on .