Harbor Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Harbor Sunset palette

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

Harbor Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #4bbead;
}
.color-2 {
color: #fae4db;
}
.color-3 {
color: #ffc83d;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #690571;
}

/* CSS Variables */
:root {
--color-1: #4bbead;
--color-2: #fae4db;
--color-3: #ffc83d;
--color-4: #ff6e61;
--color-5: #690571;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4bbead, #fae4db, #ffc83d, #ff6e61, #690571);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4bbead, #fae4db, #ffc83d, #ff6e61, #690571);
}

Harbor Sunset color palette created on .