Crimson Whispers カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Crimson Whispers palette

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

Crimson Whispers カラーパレット CSS

/* CSS */
.color-1 {
color: #3c0b0e;
}
.color-2 {
color: #6d2c30;
}
.color-3 {
color: #b45a55;
}
.color-4 {
color: #ff8052;
}
.color-5 {
color: #fbf1c1;
}

/* CSS Variables */
:root {
--color-1: #3c0b0e;
--color-2: #6d2c30;
--color-3: #b45a55;
--color-4: #ff8052;
--color-5: #fbf1c1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c0b0e, #6d2c30, #b45a55, #ff8052, #fbf1c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c0b0e, #6d2c30, #b45a55, #ff8052, #fbf1c1);
}

Crimson Whispers color palette created on .