Sunlit Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunlit Serenity palette

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

Sunlit Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #f3c74f;
}
.color-3 {
color: #f6e6a7;
}
.color-4 {
color: #b8e1ff;
}
.color-5 {
color: #5c8aff;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #f3c74f;
--color-3: #f6e6a7;
--color-4: #b8e1ff;
--color-5: #5c8aff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #f3c74f, #f6e6a7, #b8e1ff, #5c8aff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #f3c74f, #f6e6a7, #b8e1ff, #5c8aff);
}

Sunlit Serenity color palette created on .