Coastal Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Coastal Serenity palette

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

Coastal Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #4caea1;
}
.color-2 {
color: #a2d8d0;
}
.color-3 {
color: #e7f4f2;
}
.color-4 {
color: #f8e0a0;
}
.color-5 {
color: #f4a462;
}

/* CSS Variables */
:root {
--color-1: #4caea1;
--color-2: #a2d8d0;
--color-3: #e7f4f2;
--color-4: #f8e0a0;
--color-5: #f4a462;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4caea1, #a2d8d0, #e7f4f2, #f8e0a0, #f4a462);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4caea1, #a2d8d0, #e7f4f2, #f8e0a0, #f4a462);
}

Coastal Serenity color palette created on .