Glistening Sunrise カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Glistening Sunrise palette

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

Glistening Sunrise カラーパレット CSS

/* CSS */
.color-1 {
color: #f2b036;
}
.color-2 {
color: #f2e0a6;
}
.color-3 {
color: #f29b88;
}
.color-4 {
color: #e48b9d;
}
.color-5 {
color: #d36f9c;
}

/* CSS Variables */
:root {
--color-1: #f2b036;
--color-2: #f2e0a6;
--color-3: #f29b88;
--color-4: #e48b9d;
--color-5: #d36f9c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2b036, #f2e0a6, #f29b88, #e48b9d, #d36f9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2b036, #f2e0a6, #f29b88, #e48b9d, #d36f9c);
}

Glistening Sunrise color palette created on .