Severe Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Severe Serenity palette

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

Severe Serenity カラー パレット PNG 画像

Download severe serenity color palette PNG image (landscape)
Download severe serenity color palette PNG image (square)

Severe Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #3a3b35;
}
.color-2 {
color: #7c7a6a;
}
.color-3 {
color: #a3a35c;
}
.color-4 {
color: #e6b52d;
}
.color-5 {
color: #d22d3d;
}

/* CSS Variables */
:root {
--color-1: #3a3b35;
--color-2: #7c7a6a;
--color-3: #a3a35c;
--color-4: #e6b52d;
--color-5: #d22d3d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a3b35, #7c7a6a, #a3a35c, #e6b52d, #d22d3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a3b35, #7c7a6a, #a3a35c, #e6b52d, #d22d3d);
}

Severe Serenity color palette created on .