Sunlit Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunlit Serenity palette

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

Sunlit Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #fa9e00;
}
.color-2 {
color: #26b5ed;
}
.color-3 {
color: #7bad92;
}
.color-4 {
color: #f5c400;
}
.color-5 {
color: #e15937;
}

/* CSS Variables */
:root {
--color-1: #fa9e00;
--color-2: #26b5ed;
--color-3: #7bad92;
--color-4: #f5c400;
--color-5: #e15937;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fa9e00, #26b5ed, #7bad92, #f5c400, #e15937);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fa9e00, #26b5ed, #7bad92, #f5c400, #e15937);
}

Sunlit Serenity color palette created on .