Crimson Whispers カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Crimson Whispers palette

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

Crimson Whispers カラーパレット CSS

/* CSS */
.color-1 {
color: #4a1c2e;
}
.color-2 {
color: #7c2d3a;
}
.color-3 {
color: #aa4b4c;
}
.color-4 {
color: #d57d7b;
}
.color-5 {
color: #f3bfb9;
}

/* CSS Variables */
:root {
--color-1: #4a1c2e;
--color-2: #7c2d3a;
--color-3: #aa4b4c;
--color-4: #d57d7b;
--color-5: #f3bfb9;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a1c2e, #7c2d3a, #aa4b4c, #d57d7b, #f3bfb9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a1c2e, #7c2d3a, #aa4b4c, #d57d7b, #f3bfb9);
}

Crimson Whispers color palette created on .