Sunset Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Breeze palette

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

Sunset Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #ff8652;
}
.color-2 {
color: #ff9d4d;
}
.color-3 {
color: #ffc800;
}
.color-4 {
color: #ffd780;
}
.color-5 {
color: #ffdca3;
}

/* CSS Variables */
:root {
--color-1: #ff8652;
--color-2: #ff9d4d;
--color-3: #ffc800;
--color-4: #ffd780;
--color-5: #ffdca3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8652, #ff9d4d, #ffc800, #ffd780, #ffdca3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8652, #ff9d4d, #ffc800, #ffd780, #ffdca3);
}

Sunset Breeze color palette created on .