Vibrant Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Sunset palette

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

Vibrant Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #ff5c5c;
}
.color-2 {
color: #ffb85c;
}
.color-3 {
color: #f3f16d;
}
.color-4 {
color: #6df3a5;
}
.color-5 {
color: #5cb0ff;
}

/* CSS Variables */
:root {
--color-1: #ff5c5c;
--color-2: #ffb85c;
--color-3: #f3f16d;
--color-4: #6df3a5;
--color-5: #5cb0ff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5c5c, #ffb85c, #f3f16d, #6df3a5, #5cb0ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5c5c, #ffb85c, #f3f16d, #6df3a5, #5cb0ff);
}

Vibrant Sunset color palette created on .