Coastal Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Coastal Serenade palette

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

Coastal Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f1c6d1;
}
.color-2 {
color: #f28c8c;
}
.color-3 {
color: #f1c84b;
}
.color-4 {
color: #a8d770;
}
.color-5 {
color: #6d91d5;
}

/* CSS Variables */
:root {
--color-1: #f1c6d1;
--color-2: #f28c8c;
--color-3: #f1c84b;
--color-4: #a8d770;
--color-5: #6d91d5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c6d1, #f28c8c, #f1c84b, #a8d770, #6d91d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c6d1, #f28c8c, #f1c84b, #a8d770, #6d91d5);
}

Coastal Serenade color palette created on .