Crimson Elegance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Crimson Elegance palette

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

Crimson Elegance カラーパレット CSS

/* CSS */
.color-1 {
color: #982a2c;
}
.color-2 {
color: #c64e50;
}
.color-3 {
color: #e77e7f;
}
.color-4 {
color: #f3b8b4;
}
.color-5 {
color: #e6c1c3;
}

/* CSS Variables */
:root {
--color-1: #982a2c;
--color-2: #c64e50;
--color-3: #e77e7f;
--color-4: #f3b8b4;
--color-5: #e6c1c3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #982a2c, #c64e50, #e77e7f, #f3b8b4, #e6c1c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #982a2c, #c64e50, #e77e7f, #f3b8b4, #e6c1c3);
}

似たようなカラーパレット

Crimson Elegance color palette created on .