Silken Sunset Blush カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Silken Sunset Blush palette

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

Silken Sunset Blush カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffb4a8;
}
.color-3 {
color: #ff9c7a;
}
.color-4 {
color: #ff513d;
}
.color-5 {
color: #ffc2c2;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffb4a8;
--color-3: #ff9c7a;
--color-4: #ff513d;
--color-5: #ffc2c2;
}

Silken Sunset Blush の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffb4a8, #ff9c7a, #ff513d, #ffc2c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffb4a8, #ff9c7a, #ff513d, #ffc2c2);
}

Silken Sunset Blush color palette created on .