Crimson Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Crimson Serenade palette

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

Crimson Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #290000;
}
.color-2 {
color: #420000;
}
.color-3 {
color: #5c0000;
}
.color-4 {
color: #700000;
}
.color-5 {
color: #800006;
}

/* CSS Variables */
:root {
--color-1: #290000;
--color-2: #420000;
--color-3: #5c0000;
--color-4: #700000;
--color-5: #800006;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #290000, #420000, #5c0000, #700000, #800006);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #290000, #420000, #5c0000, #700000, #800006);
}

Crimson Serenade color palette created on .