Sunset Shores カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Shores palette

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

Sunset Shores カラーパレット CSS

/* CSS */
.color-1 {
color: #ffcc00;
}
.color-2 {
color: #ff6d2e;
}
.color-3 {
color: #ff3d5a;
}
.color-4 {
color: #ff8052;
}
.color-5 {
color: #ffb700;
}

/* CSS Variables */
:root {
--color-1: #ffcc00;
--color-2: #ff6d2e;
--color-3: #ff3d5a;
--color-4: #ff8052;
--color-5: #ffb700;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcc00, #ff6d2e, #ff3d5a, #ff8052, #ffb700);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcc00, #ff6d2e, #ff3d5a, #ff8052, #ffb700);
}

Sunset Shores color palette created on .