Whispers of Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Serenity palette

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

Whispers of Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #f4c3c3;
}
.color-2 {
color: #f5e0a3;
}
.color-3 {
color: #c2e0c6;
}
.color-4 {
color: #9ec4e0;
}
.color-5 {
color: #e09ec4;
}

/* CSS Variables */
:root {
--color-1: #f4c3c3;
--color-2: #f5e0a3;
--color-3: #c2e0c6;
--color-4: #9ec4e0;
--color-5: #e09ec4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c3c3, #f5e0a3, #c2e0c6, #9ec4e0, #e09ec4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c3c3, #f5e0a3, #c2e0c6, #9ec4e0, #e09ec4);
}

Whispers of Serenity color palette created on .