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: #f4f3f1;
}
.color-3 {
color: #a5eeab;
}
.color-4 {
color: #d2d1c6;
}
.color-5 {
color: #c98fcc;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f4f3f1;
--color-3: #a5eeab;
--color-4: #d2d1c6;
--color-5: #c98fcc;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f4f3f1, #a5eeab, #d2d1c6, #c98fcc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f4f3f1, #a5eeab, #d2d1c6, #c98fcc);
}

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

Whispers of Serenity color palette created on .