Sunlit Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunlit Serenity palette

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

Sunlit Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #f6b531;
}
.color-2 {
color: #fce76e;
}
.color-3 {
color: #e4f7a1;
}
.color-4 {
color: #a2d6e7;
}
.color-5 {
color: #5c909d;
}

/* CSS Variables */
:root {
--color-1: #f6b531;
--color-2: #fce76e;
--color-3: #e4f7a1;
--color-4: #a2d6e7;
--color-5: #5c909d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b531, #fce76e, #e4f7a1, #a2d6e7, #5c909d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b531, #fce76e, #e4f7a1, #a2d6e7, #5c909d);
}

Sunlit Serenity color palette created on .