Vibrant Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Sunset palette

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

Vibrant Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #f8cb4f;
}
.color-2 {
color: #f78d1d;
}
.color-3 {
color: #f15d3b;
}
.color-4 {
color: #d41c5c;
}
.color-5 {
color: #8c1f93;
}

/* CSS Variables */
:root {
--color-1: #f8cb4f;
--color-2: #f78d1d;
--color-3: #f15d3b;
--color-4: #d41c5c;
--color-5: #8c1f93;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8cb4f, #f78d1d, #f15d3b, #d41c5c, #8c1f93);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8cb4f, #f78d1d, #f15d3b, #d41c5c, #8c1f93);
}

Vibrant Sunset color palette created on .