Alpine Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Alpine Serenity palette

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

Alpine Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #c1e1f0;
}
.color-2 {
color: #a6c6ed;
}
.color-3 {
color: #6fa2d3;
}
.color-4 {
color: #4b80b9;
}
.color-5 {
color: #2d5a8b;
}

/* CSS Variables */
:root {
--color-1: #c1e1f0;
--color-2: #a6c6ed;
--color-3: #6fa2d3;
--color-4: #4b80b9;
--color-5: #2d5a8b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c1e1f0, #a6c6ed, #6fa2d3, #4b80b9, #2d5a8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c1e1f0, #a6c6ed, #6fa2d3, #4b80b9, #2d5a8b);
}

Alpine Serenity color palette created on .