Whispers of Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Serenity palette

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

Whispers of Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #fdc2af;
}
.color-2 {
color: #fcdcb6;
}
.color-3 {
color: #fbf0b1;
}
.color-4 {
color: #a5f3c2;
}
.color-5 {
color: #a7e7f6;
}

/* CSS Variables */
:root {
--color-1: #fdc2af;
--color-2: #fcdcb6;
--color-3: #fbf0b1;
--color-4: #a5f3c2;
--color-5: #a7e7f6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdc2af, #fcdcb6, #fbf0b1, #a5f3c2, #a7e7f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdc2af, #fcdcb6, #fbf0b1, #a5f3c2, #a7e7f6);
}

Whispers of Serenity color palette created on .