Sunshine Sunday カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunshine Sunday palette

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

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

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

Sunshine Sunday カラーパレット CSS

/* CSS */
.color-1 {
color: #f9ebae;
}
.color-2 {
color: #f6cf9d;
}
.color-3 {
color: #f1b26a;
}
.color-4 {
color: #f2903a;
}
.color-5 {
color: #d75a2d;
}

/* CSS Variables */
:root {
--color-1: #f9ebae;
--color-2: #f6cf9d;
--color-3: #f1b26a;
--color-4: #f2903a;
--color-5: #d75a2d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9ebae, #f6cf9d, #f1b26a, #f2903a, #d75a2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9ebae, #f6cf9d, #f1b26a, #f2903a, #d75a2d);
}

Sunshine Sunday color palette created on .