Golden Sunrise Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Sunrise Serenade palette

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

Golden Sunrise Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f6a64c;
}
.color-2 {
color: #f9c36c;
}
.color-3 {
color: #f4e19f;
}
.color-4 {
color: #f1e6b6;
}
.color-5 {
color: #f8e0b9;
}

/* CSS Variables */
:root {
--color-1: #f6a64c;
--color-2: #f9c36c;
--color-3: #f4e19f;
--color-4: #f1e6b6;
--color-5: #f8e0b9;
}

Golden Sunrise Serenade の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a64c, #f9c36c, #f4e19f, #f1e6b6, #f8e0b9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a64c, #f9c36c, #f4e19f, #f1e6b6, #f8e0b9);
}

Golden Sunrise Serenade color palette created on .