Whispers of Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Serenity palette

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

Whispers of Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6161;
}
.color-2 {
color: #61ff61;
}
.color-3 {
color: #52d1ff;
}
.color-4 {
color: #2e9aff;
}
.color-5 {
color: #001df5;
}

/* CSS Variables */
:root {
--color-1: #ff6161;
--color-2: #61ff61;
--color-3: #52d1ff;
--color-4: #2e9aff;
--color-5: #001df5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6161, #61ff61, #52d1ff, #2e9aff, #001df5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6161, #61ff61, #52d1ff, #2e9aff, #001df5);
}

Whispers of Serenity color palette created on .