Crimson Eclipse カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Crimson Eclipse palette

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

Crimson Eclipse カラーパレット CSS

/* CSS */
.color-1 {
color: #4a2b2e;
}
.color-2 {
color: #c55e60;
}
.color-3 {
color: #e88d8e;
}
.color-4 {
color: #f2b1b4;
}
.color-5 {
color: #f5d6d8;
}

/* CSS Variables */
:root {
--color-1: #4a2b2e;
--color-2: #c55e60;
--color-3: #e88d8e;
--color-4: #f2b1b4;
--color-5: #f5d6d8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a2b2e, #c55e60, #e88d8e, #f2b1b4, #f5d6d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a2b2e, #c55e60, #e88d8e, #f2b1b4, #f5d6d8);
}

Crimson Eclipse color palette created on .