Whispers of Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Serenity palette

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

Whispers of Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #f1f5f8;
}
.color-2 {
color: #dbe5f0;
}
.color-3 {
color: #a3c7e0;
}
.color-4 {
color: #5d9bd5;
}
.color-5 {
color: #3b5897;
}

/* CSS Variables */
:root {
--color-1: #f1f5f8;
--color-2: #dbe5f0;
--color-3: #a3c7e0;
--color-4: #5d9bd5;
--color-5: #3b5897;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1f5f8, #dbe5f0, #a3c7e0, #5d9bd5, #3b5897);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1f5f8, #dbe5f0, #a3c7e0, #5d9bd5, #3b5897);
}

Whispers of Serenity color palette created on .