Crimson Reverie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Crimson Reverie palette

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

Crimson Reverie カラーパレット CSS

/* CSS */
.color-1 {
color: #6d2c46;
}
.color-2 {
color: #9b5064;
}
.color-3 {
color: #c37f8c;
}
.color-4 {
color: #e2b1c4;
}
.color-5 {
color: #f4d7e0;
}

/* CSS Variables */
:root {
--color-1: #6d2c46;
--color-2: #9b5064;
--color-3: #c37f8c;
--color-4: #e2b1c4;
--color-5: #f4d7e0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d2c46, #9b5064, #c37f8c, #e2b1c4, #f4d7e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d2c46, #9b5064, #c37f8c, #e2b1c4, #f4d7e0);
}

Crimson Reverie color palette created on .