Stormy Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Stormy Serenity palette

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

Stormy Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #8a7b7d;
}
.color-2 {
color: #b4979b;
}
.color-3 {
color: #e4b4c2;
}
.color-4 {
color: #f6d3c6;
}
.color-5 {
color: #f8e0d8;
}

/* CSS Variables */
:root {
--color-1: #8a7b7d;
--color-2: #b4979b;
--color-3: #e4b4c2;
--color-4: #f6d3c6;
--color-5: #f8e0d8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8a7b7d, #b4979b, #e4b4c2, #f6d3c6, #f8e0d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8a7b7d, #b4979b, #e4b4c2, #f6d3c6, #f8e0d8);
}

Stormy Serenity color palette created on .