Stormy Whispers カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Stormy Whispers palette

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

Stormy Whispers カラーパレット CSS

/* CSS */
.color-1 {
color: #aac2da;
}
.color-2 {
color: #e3e5e8;
}
.color-3 {
color: #b1b9d8;
}
.color-4 {
color: #f7d6b1;
}
.color-5 {
color: #e2a8a2;
}

/* CSS Variables */
:root {
--color-1: #aac2da;
--color-2: #e3e5e8;
--color-3: #b1b9d8;
--color-4: #f7d6b1;
--color-5: #e2a8a2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #aac2da, #e3e5e8, #b1b9d8, #f7d6b1, #e2a8a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #aac2da, #e3e5e8, #b1b9d8, #f7d6b1, #e2a8a2);
}

Stormy Whispers color palette created on .