Vibrant Sunset Blossom カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Sunset Blossom palette

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

Vibrant Sunset Blossom カラーパレット CSS

/* CSS */
.color-1 {
color: #a600c7;
}
.color-2 {
color: #e65b8c;
}
.color-3 {
color: #f3ab5e;
}
.color-4 {
color: #f4cf3e;
}
.color-5 {
color: #a7df9f;
}

/* CSS Variables */
:root {
--color-1: #a600c7;
--color-2: #e65b8c;
--color-3: #f3ab5e;
--color-4: #f4cf3e;
--color-5: #a7df9f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a600c7, #e65b8c, #f3ab5e, #f4cf3e, #a7df9f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a600c7, #e65b8c, #f3ab5e, #f4cf3e, #a7df9f);
}

Vibrant Sunset Blossom color palette created on .