Sunshine Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunshine Serenity palette

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

Sunshine Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #7fd959;
}
.color-2 {
color: #f7c34b;
}
.color-3 {
color: #ff713d;
}
.color-4 {
color: #3d6e9e;
}
.color-5 {
color: #f2a1bf;
}

/* CSS Variables */
:root {
--color-1: #7fd959;
--color-2: #f7c34b;
--color-3: #ff713d;
--color-4: #3d6e9e;
--color-5: #f2a1bf;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7fd959, #f7c34b, #ff713d, #3d6e9e, #f2a1bf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7fd959, #f7c34b, #ff713d, #3d6e9e, #f2a1bf);
}

Sunshine Serenity color palette created on .