Crimson Reverie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Crimson Reverie palette

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

Crimson Reverie カラーパレット CSS

/* CSS */
.color-1 {
color: #93211f;
}
.color-2 {
color: #932a3b;
}
.color-3 {
color: #5b2b64;
}
.color-4 {
color: #3f1344;
}
.color-5 {
color: #1e061d;
}

/* CSS Variables */
:root {
--color-1: #93211f;
--color-2: #932a3b;
--color-3: #5b2b64;
--color-4: #3f1344;
--color-5: #1e061d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #93211f, #932a3b, #5b2b64, #3f1344, #1e061d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #93211f, #932a3b, #5b2b64, #3f1344, #1e061d);
}

Crimson Reverie color palette created on .