Shadows of Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shadows of Serenity palette

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

Shadows of Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #eceeee;
}
.color-2 {
color: #b7b8b8;
}
.color-3 {
color: #8a8f8a;
}
.color-4 {
color: #565a67;
}
.color-5 {
color: #000000;
}

/* CSS Variables */
:root {
--color-1: #eceeee;
--color-2: #b7b8b8;
--color-3: #8a8f8a;
--color-4: #565a67;
--color-5: #000000;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eceeee, #b7b8b8, #8a8f8a, #565a67, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eceeee, #b7b8b8, #8a8f8a, #565a67, #000000);
}

似たようなカラーパレット

下にスクロールして2個のLight grayカラーパレットを探索しましょう

Shadows of Serenity color palette created on .