Serenity Brew カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serenity Brew palette

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

Serenity Brew カラーパレット CSS

/* CSS */
.color-1 {
color: #a7d7b8;
}
.color-2 {
color: #b4e4d6;
}
.color-3 {
color: #c0f2e5;
}
.color-4 {
color: #e9f6df;
}
.color-5 {
color: #f5f9e7;
}

/* CSS Variables */
:root {
--color-1: #a7d7b8;
--color-2: #b4e4d6;
--color-3: #c0f2e5;
--color-4: #e9f6df;
--color-5: #f5f9e7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d7b8, #b4e4d6, #c0f2e5, #e9f6df, #f5f9e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d7b8, #b4e4d6, #c0f2e5, #e9f6df, #f5f9e7);
}

Serenity Brew color palette created on .