Whispers of Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Serenity palette

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

Whispers of Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #f4f5f4;
}
.color-2 {
color: #d6d7d5;
}
.color-3 {
color: #b4b1ac;
}
.color-4 {
color: #a98a6a;
}
.color-5 {
color: #838595;
}

/* CSS Variables */
:root {
--color-1: #f4f5f4;
--color-2: #d6d7d5;
--color-3: #b4b1ac;
--color-4: #a98a6a;
--color-5: #838595;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4f5f4, #d6d7d5, #b4b1ac, #a98a6a, #838595);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4f5f4, #d6d7d5, #b4b1ac, #a98a6a, #838595);
}

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

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

Whispers of Serenity color palette created on .