Serene Garden Sunrise カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serene Garden Sunrise palette

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

Serene Garden Sunrise カラーパレット CSS

/* CSS */
.color-1 {
color: #f6ebda;
}
.color-2 {
color: #bcd2cb;
}
.color-3 {
color: #7eb9c8;
}
.color-4 {
color: #ed9345;
}
.color-5 {
color: #789a60;
}

/* CSS Variables */
:root {
--color-1: #f6ebda;
--color-2: #bcd2cb;
--color-3: #7eb9c8;
--color-4: #ed9345;
--color-5: #789a60;
}

Serene Garden Sunrise の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6ebda, #bcd2cb, #7eb9c8, #ed9345, #789a60);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6ebda, #bcd2cb, #7eb9c8, #ed9345, #789a60);
}

Serene Garden Sunrise color palette created on .