Serene Shore Elegance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serene Shore Elegance palette

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

Serene Shore Elegance カラーパレット CSS

/* CSS */
.color-1 {
color: #405e5e;
}
.color-2 {
color: #9fc6c6;
}
.color-3 {
color: #d1e5e5;
}
.color-4 {
color: #f4e4d7;
}
.color-5 {
color: #c1a77b;
}

/* CSS Variables */
:root {
--color-1: #405e5e;
--color-2: #9fc6c6;
--color-3: #d1e5e5;
--color-4: #f4e4d7;
--color-5: #c1a77b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #405e5e, #9fc6c6, #d1e5e5, #f4e4d7, #c1a77b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #405e5e, #9fc6c6, #d1e5e5, #f4e4d7, #c1a77b);
}

Serene Shore Elegance color palette created on .