Sunset Shores カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Shores palette

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

Sunset Shores カラーパレット CSS

/* CSS */
.color-1 {
color: #ffcb5c;
}
.color-2 {
color: #ff7142;
}
.color-3 {
color: #ff4d4f;
}
.color-4 {
color: #5c87e6;
}
.color-5 {
color: #4a9cd3;
}

/* CSS Variables */
:root {
--color-1: #ffcb5c;
--color-2: #ff7142;
--color-3: #ff4d4f;
--color-4: #5c87e6;
--color-5: #4a9cd3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcb5c, #ff7142, #ff4d4f, #5c87e6, #4a9cd3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcb5c, #ff7142, #ff4d4f, #5c87e6, #4a9cd3);
}

Sunset Shores color palette created on .