Sunrise Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunrise Serenity palette

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

Sunrise Serenity カラー パレット PNG 画像

Download sunrise serenity color palette PNG image (landscape)
Download sunrise serenity color palette PNG image (square)

Sunrise Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #bdcfe0;
}
.color-2 {
color: #eebfaf;
}
.color-3 {
color: #f8f5e2;
}
.color-4 {
color: #cdbf9d;
}
.color-5 {
color: #dab358;
}

/* CSS Variables */
:root {
--color-1: #bdcfe0;
--color-2: #eebfaf;
--color-3: #f8f5e2;
--color-4: #cdbf9d;
--color-5: #dab358;
}

Sunrise Serenity の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bdcfe0, #eebfaf, #f8f5e2, #cdbf9d, #dab358);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bdcfe0, #eebfaf, #f8f5e2, #cdbf9d, #dab358);
}

Sunrise Serenity color palette created on .