Whispers of Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Serenity palette

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

Whispers of Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #e9dedd;
}
.color-2 {
color: #e4ccaf;
}
.color-3 {
color: #cec8d0;
}
.color-4 {
color: #bebdc7;
}
.color-5 {
color: #c6b9b8;
}

/* CSS Variables */
:root {
--color-1: #e9dedd;
--color-2: #e4ccaf;
--color-3: #cec8d0;
--color-4: #bebdc7;
--color-5: #c6b9b8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9dedd, #e4ccaf, #cec8d0, #bebdc7, #c6b9b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9dedd, #e4ccaf, #cec8d0, #bebdc7, #c6b9b8);
}

Whispers of Serenity color palette created on .