Elbe Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Elbe Serenity palette

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

Elbe Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #a3c7e0;
}
.color-2 {
color: #4c9ac8;
}
.color-3 {
color: #1e7b99;
}
.color-4 {
color: #1d4d4e;
}
.color-5 {
color: #b3d5c0;
}

/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #4c9ac8;
--color-3: #1e7b99;
--color-4: #1d4d4e;
--color-5: #b3d5c0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #4c9ac8, #1e7b99, #1d4d4e, #b3d5c0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #4c9ac8, #1e7b99, #1d4d4e, #b3d5c0);
}

Elbe Serenity color palette created on .