Serenity in Silk カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serenity in Silk palette

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

Serenity in Silk カラーパレット CSS

/* CSS */
.color-1 {
color: #f0e1b7;
}
.color-2 {
color: #e9c7a0;
}
.color-3 {
color: #c7a8ba;
}
.color-4 {
color: #a3b8c8;
}
.color-5 {
color: #508f95;
}

/* CSS Variables */
:root {
--color-1: #f0e1b7;
--color-2: #e9c7a0;
--color-3: #c7a8ba;
--color-4: #a3b8c8;
--color-5: #508f95;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e1b7, #e9c7a0, #c7a8ba, #a3b8c8, #508f95);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e1b7, #e9c7a0, #c7a8ba, #a3b8c8, #508f95);
}

Serenity in Silk color palette created on .