Serene Summit カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serene Summit palette

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

Serene Summit カラーパレット CSS

/* CSS */
.color-1 {
color: #4b9b79;
}
.color-2 {
color: #a3d55d;
}
.color-3 {
color: #5bb9e1;
}
.color-4 {
color: #3d7a99;
}
.color-5 {
color: #1e4e6c;
}

/* CSS Variables */
:root {
--color-1: #4b9b79;
--color-2: #a3d55d;
--color-3: #5bb9e1;
--color-4: #3d7a99;
--color-5: #1e4e6c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b9b79, #a3d55d, #5bb9e1, #3d7a99, #1e4e6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b9b79, #a3d55d, #5bb9e1, #3d7a99, #1e4e6c);
}

Serene Summit color palette created on .