Tawen Sunset Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Tawen Sunset Serenade palette

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

Tawen Sunset Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #ffad42;
}
.color-2 {
color: #ff7142;
}
.color-3 {
color: #ff5242;
}
.color-4 {
color: #ff3d5a;
}
.color-5 {
color: #ff2e70;
}

/* CSS Variables */
:root {
--color-1: #ffad42;
--color-2: #ff7142;
--color-3: #ff5242;
--color-4: #ff3d5a;
--color-5: #ff2e70;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffad42, #ff7142, #ff5242, #ff3d5a, #ff2e70);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffad42, #ff7142, #ff5242, #ff3d5a, #ff2e70);
}

Tawen Sunset Serenade color palette created on .