Coastal Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Coastal Serenade palette

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

Coastal Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #b7d4d7;
}
.color-2 {
color: #a3c3c7;
}
.color-3 {
color: #f2a2a1;
}
.color-4 {
color: #e8b84f;
}
.color-5 {
color: #c88a5b;
}

/* CSS Variables */
:root {
--color-1: #b7d4d7;
--color-2: #a3c3c7;
--color-3: #f2a2a1;
--color-4: #e8b84f;
--color-5: #c88a5b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b7d4d7, #a3c3c7, #f2a2a1, #e8b84f, #c88a5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b7d4d7, #a3c3c7, #f2a2a1, #e8b84f, #c88a5b);
}

Coastal Serenade color palette created on .