Crimson Sunset Whispers カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Crimson Sunset Whispers palette

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

Crimson Sunset Whispers カラーパレット CSS

/* CSS */
.color-1 {
color: #ffefc7;
}
.color-2 {
color: #e01574;
}
.color-3 {
color: #ff0000;
}
.color-4 {
color: #79204f;
}
.color-5 {
color: #000000;
}

/* CSS Variables */
:root {
--color-1: #ffefc7;
--color-2: #e01574;
--color-3: #ff0000;
--color-4: #79204f;
--color-5: #000000;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffefc7, #e01574, #ff0000, #79204f, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffefc7, #e01574, #ff0000, #79204f, #000000);
}

Crimson Sunset Whispers color palette created on .