Coastal Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Coastal Serenity palette

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

Coastal Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #446cab;
}
.color-2 {
color: #6aa2d7;
}
.color-3 {
color: #a3c8e0;
}
.color-4 {
color: #f1e8a2;
}
.color-5 {
color: #f7a3a1;
}

/* CSS Variables */
:root {
--color-1: #446cab;
--color-2: #6aa2d7;
--color-3: #a3c8e0;
--color-4: #f1e8a2;
--color-5: #f7a3a1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #446cab, #6aa2d7, #a3c8e0, #f1e8a2, #f7a3a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #446cab, #6aa2d7, #a3c8e0, #f1e8a2, #f7a3a1);
}

Coastal Serenity color palette created on .