Crimson Reverie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Crimson Reverie palette

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

Crimson Reverie カラーパレット CSS

/* CSS */
.color-1 {
color: #9c1c31;
}
.color-2 {
color: #c8433c;
}
.color-3 {
color: #e56a3e;
}
.color-4 {
color: #f9b4a9;
}
.color-5 {
color: #f8d3d4;
}

/* CSS Variables */
:root {
--color-1: #9c1c31;
--color-2: #c8433c;
--color-3: #e56a3e;
--color-4: #f9b4a9;
--color-5: #f8d3d4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9c1c31, #c8433c, #e56a3e, #f9b4a9, #f8d3d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9c1c31, #c8433c, #e56a3e, #f9b4a9, #f8d3d4);
}

Crimson Reverie color palette created on .