Serene Sunset Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serene Sunset Breeze palette

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

Serene Sunset Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #f6a7a7;
}
.color-2 {
color: #f4b343;
}
.color-3 {
color: #f1d26a;
}
.color-4 {
color: #7fc7b7;
}
.color-5 {
color: #4b9cbe;
}

/* CSS Variables */
:root {
--color-1: #f6a7a7;
--color-2: #f4b343;
--color-3: #f1d26a;
--color-4: #7fc7b7;
--color-5: #4b9cbe;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a7a7, #f4b343, #f1d26a, #7fc7b7, #4b9cbe);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a7a7, #f4b343, #f1d26a, #7fc7b7, #4b9cbe);
}

Serene Sunset Breeze color palette created on .