Golden Sunset Embrace カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Sunset Embrace palette

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

Golden Sunset Embrace カラーパレット CSS

/* CSS */
.color-1 {
color: #f6d55a;
}
.color-2 {
color: #f9a858;
}
.color-3 {
color: #f7b1a1;
}
.color-4 {
color: #f17b79;
}
.color-5 {
color: #da4e49;
}

/* CSS Variables */
:root {
--color-1: #f6d55a;
--color-2: #f9a858;
--color-3: #f7b1a1;
--color-4: #f17b79;
--color-5: #da4e49;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d55a, #f9a858, #f7b1a1, #f17b79, #da4e49);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d55a, #f9a858, #f7b1a1, #f17b79, #da4e49);
}

Golden Sunset Embrace color palette created on .