Victorian Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Victorian Sunset palette

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

Victorian Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #ff998a;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff6b6b;
}
.color-4 {
color: #ff4d4f;
}
.color-5 {
color: #f9d66c;
}

/* CSS Variables */
:root {
--color-1: #ff998a;
--color-2: #ff6e61;
--color-3: #ff6b6b;
--color-4: #ff4d4f;
--color-5: #f9d66c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff998a, #ff6e61, #ff6b6b, #ff4d4f, #f9d66c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff998a, #ff6e61, #ff6b6b, #ff4d4f, #f9d66c);
}

Victorian Sunset color palette created on .