Shades of Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Serenity palette

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

Shades of Serenity カラーパレット (PNG) をダウンロード

Download shades of serenity color palette PNG image (landscape)
Download shades of serenity color palette PNG image (square)

Shades of Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #a6a6a6;
}
.color-2 {
color: #b0b0b0;
}
.color-3 {
color: #d4d4d4;
}
.color-4 {
color: #ffffff;
}
.color-5 {
color: #e0e0e0;
}

/* CSS Variables */
:root {
--color-1: #a6a6a6;
--color-2: #b0b0b0;
--color-3: #d4d4d4;
--color-4: #ffffff;
--color-5: #e0e0e0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6a6a6, #b0b0b0, #d4d4d4, #ffffff, #e0e0e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6a6a6, #b0b0b0, #d4d4d4, #ffffff, #e0e0e0);
}

Shades of Serenity color palette created on .