Serene Brew カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serene Brew palette

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

Serene Brew カラーパレット CSS

/* CSS */
.color-1 {
color: #c3d6a4;
}
.color-2 {
color: #afc8a2;
}
.color-3 {
color: #8eb8a3;
}
.color-4 {
color: #5d8983;
}
.color-5 {
color: #3b4e4e;
}

/* CSS Variables */
:root {
--color-1: #c3d6a4;
--color-2: #afc8a2;
--color-3: #8eb8a3;
--color-4: #5d8983;
--color-5: #3b4e4e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c3d6a4, #afc8a2, #8eb8a3, #5d8983, #3b4e4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c3d6a4, #afc8a2, #8eb8a3, #5d8983, #3b4e4e);
}

Serene Brew color palette created on .