Crimson Reverie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Crimson Reverie palette

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

Crimson Reverie カラーパレット CSS

/* CSS */
.color-1 {
color: #5f2b3c;
}
.color-2 {
color: #9b3b46;
}
.color-3 {
color: #d67a7d;
}
.color-4 {
color: #f4b79f;
}
.color-5 {
color: #f9e5d7;
}

/* CSS Variables */
:root {
--color-1: #5f2b3c;
--color-2: #9b3b46;
--color-3: #d67a7d;
--color-4: #f4b79f;
--color-5: #f9e5d7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5f2b3c, #9b3b46, #d67a7d, #f4b79f, #f9e5d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5f2b3c, #9b3b46, #d67a7d, #f4b79f, #f9e5d7);
}

Crimson Reverie color palette created on .