Whispers of Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Serenity palette

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

Whispers of Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #e2b6c1;
}
.color-2 {
color: #d2c3e9;
}
.color-3 {
color: #a5d1e9;
}
.color-4 {
color: #b9e4c9;
}
.color-5 {
color: #f6e5a2;
}

/* CSS Variables */
:root {
--color-1: #e2b6c1;
--color-2: #d2c3e9;
--color-3: #a5d1e9;
--color-4: #b9e4c9;
--color-5: #f6e5a2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2b6c1, #d2c3e9, #a5d1e9, #b9e4c9, #f6e5a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2b6c1, #d2c3e9, #a5d1e9, #b9e4c9, #f6e5a2);
}

Whispers of Serenity color palette created on .