Vibrant Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Sunset palette

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

Vibrant Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #ff9d00;
}
.color-2 {
color: #f65b3c;
}
.color-3 {
color: #ff2e5b;
}
.color-4 {
color: #a16fd3;
}
.color-5 {
color: #40b3c4;
}

/* CSS Variables */
:root {
--color-1: #ff9d00;
--color-2: #f65b3c;
--color-3: #ff2e5b;
--color-4: #a16fd3;
--color-5: #40b3c4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9d00, #f65b3c, #ff2e5b, #a16fd3, #40b3c4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9d00, #f65b3c, #ff2e5b, #a16fd3, #40b3c4);
}

Vibrant Sunset color palette created on .