Sunshine Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunshine Serenade palette

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

Sunshine Serenade カラー パレット PNG 画像

Download sunshine serenade color palette PNG image (landscape)
Download sunshine serenade color palette PNG image (square)

Sunshine Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f6ec60;
}
.color-2 {
color: #a77aff;
}
.color-3 {
color: #6cc9e5;
}
.color-4 {
color: #5dda6e;
}
.color-5 {
color: #ff9966;
}

/* CSS Variables */
:root {
--color-1: #f6ec60;
--color-2: #a77aff;
--color-3: #6cc9e5;
--color-4: #5dda6e;
--color-5: #ff9966;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6ec60, #a77aff, #6cc9e5, #5dda6e, #ff9966);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6ec60, #a77aff, #6cc9e5, #5dda6e, #ff9966);
}

Sunshine Serenade color palette created on .