Serene Sunset Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serene Sunset Breeze palette

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

Serene Sunset Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #6b856c;
}
.color-2 {
color: #a7c8c2;
}
.color-3 {
color: #f2e6d9;
}
.color-4 {
color: #f7b98d;
}
.color-5 {
color: #c94f4f;
}

/* CSS Variables */
:root {
--color-1: #6b856c;
--color-2: #a7c8c2;
--color-3: #f2e6d9;
--color-4: #f7b98d;
--color-5: #c94f4f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b856c, #a7c8c2, #f2e6d9, #f7b98d, #c94f4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b856c, #a7c8c2, #f2e6d9, #f7b98d, #c94f4f);
}

Serene Sunset Breeze color palette created on .