Whispers of Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Serenity palette

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

Whispers of Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #f6f4ee;
}
.color-3 {
color: #ebe599;
}
.color-4 {
color: #b0e0ee;
}
.color-5 {
color: #e3a5ce;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f6f4ee;
--color-3: #ebe599;
--color-4: #b0e0ee;
--color-5: #e3a5ce;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f6f4ee, #ebe599, #b0e0ee, #e3a5ce);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f6f4ee, #ebe599, #b0e0ee, #e3a5ce);
}

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

Whispers of Serenity color palette created on .