Sunshine Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunshine Serenade palette

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

Sunshine Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #ffc800;
}
.color-2 {
color: #ffffff;
}
.color-3 {
color: #fee381;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #ffcc80;
}

/* CSS Variables */
:root {
--color-1: #ffc800;
--color-2: #ffffff;
--color-3: #fee381;
--color-4: #ffb84d;
--color-5: #ffcc80;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc800, #ffffff, #fee381, #ffb84d, #ffcc80);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc800, #ffffff, #fee381, #ffb84d, #ffcc80);
}

Sunshine Serenade color palette created on .