Crimson Illusion カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Crimson Illusion palette

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

Crimson Illusion カラーパレット CSS

/* CSS */
.color-1 {
color: #f9e1e1;
}
.color-2 {
color: #f4bebe;
}
.color-3 {
color: #f3a0a0;
}
.color-4 {
color: #f27d7d;
}
.color-5 {
color: #e75f5f;
}

/* CSS Variables */
:root {
--color-1: #f9e1e1;
--color-2: #f4bebe;
--color-3: #f3a0a0;
--color-4: #f27d7d;
--color-5: #e75f5f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e1e1, #f4bebe, #f3a0a0, #f27d7d, #e75f5f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e1e1, #f4bebe, #f3a0a0, #f27d7d, #e75f5f);
}

Crimson Illusion color palette created on .