Serene Harbor カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serene Harbor palette

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

Serene Harbor カラーパレット CSS

/* CSS */
.color-1 {
color: #94b092;
}
.color-2 {
color: #20314b;
}
.color-3 {
color: #5b716e;
}
.color-4 {
color: #a6c9b9;
}
.color-5 {
color: #e8afa1;
}

/* CSS Variables */
:root {
--color-1: #94b092;
--color-2: #20314b;
--color-3: #5b716e;
--color-4: #a6c9b9;
--color-5: #e8afa1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #94b092, #20314b, #5b716e, #a6c9b9, #e8afa1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #94b092, #20314b, #5b716e, #a6c9b9, #e8afa1);
}

Serene Harbor color palette created on .