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: #e27474;
}
.color-2 {
color: #2b2b2b;
}
.color-3 {
color: #ffffff;
}
.color-4 {
color: #8a9edb;
}
.color-5 {
color: #ffd7c2;
}

/* CSS Variables */
:root {
--color-1: #e27474;
--color-2: #2b2b2b;
--color-3: #ffffff;
--color-4: #8a9edb;
--color-5: #ffd7c2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e27474, #2b2b2b, #ffffff, #8a9edb, #ffd7c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e27474, #2b2b2b, #ffffff, #8a9edb, #ffd7c2);
}

Elegant Contrast color palette created on .