Elegant Contrast カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Elegant Contrast palette

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

Elegant Contrast カラー パレット PNG 画像

Download elegant contrast color palette PNG image (landscape)
Download elegant contrast color palette PNG image (square)

Elegant Contrast カラーパレット CSS

/* CSS */
.color-1 {
color: #9c1c31;
}
.color-2 {
color: #4a1c24;
}
.color-3 {
color: #f2f2f2;
}
.color-4 {
color: #a24e53;
}
.color-5 {
color: #e6e6e6;
}

/* CSS Variables */
:root {
--color-1: #9c1c31;
--color-2: #4a1c24;
--color-3: #f2f2f2;
--color-4: #a24e53;
--color-5: #e6e6e6;
}

Elegant Contrast の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9c1c31, #4a1c24, #f2f2f2, #a24e53, #e6e6e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9c1c31, #4a1c24, #f2f2f2, #a24e53, #e6e6e6);
}

Elegant Contrast color palette created on .