Coastal Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Coastal Serenade palette

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

Coastal Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #5fbf9d;
}
.color-2 {
color: #f2d3a1;
}
.color-3 {
color: #f0a800;
}
.color-4 {
color: #e57e3e;
}
.color-5 {
color: #da5d61;
}

/* CSS Variables */
:root {
--color-1: #5fbf9d;
--color-2: #f2d3a1;
--color-3: #f0a800;
--color-4: #e57e3e;
--color-5: #da5d61;
}

Coastal Serenade の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5fbf9d, #f2d3a1, #f0a800, #e57e3e, #da5d61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5fbf9d, #f2d3a1, #f0a800, #e57e3e, #da5d61);
}

Coastal Serenade color palette created on .