Whispers of Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Serenity palette

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

Whispers of Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #f7b2a1;
}
.color-2 {
color: #f7c6a1;
}
.color-3 {
color: #f4e4b4;
}
.color-4 {
color: #b3d9a0;
}
.color-5 {
color: #a0d1e4;
}

/* CSS Variables */
:root {
--color-1: #f7b2a1;
--color-2: #f7c6a1;
--color-3: #f4e4b4;
--color-4: #b3d9a0;
--color-5: #a0d1e4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b2a1, #f7c6a1, #f4e4b4, #b3d9a0, #a0d1e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b2a1, #f7c6a1, #f4e4b4, #b3d9a0, #a0d1e4);
}

Whispers of Serenity color palette created on .