Alpine Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Alpine Serenity palette

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

Alpine Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #59804d;
}
.color-2 {
color: #a8c8a7;
}
.color-3 {
color: #e1d5c1;
}
.color-4 {
color: #f5b575;
}
.color-5 {
color: #d47d2b;
}

/* CSS Variables */
:root {
--color-1: #59804d;
--color-2: #a8c8a7;
--color-3: #e1d5c1;
--color-4: #f5b575;
--color-5: #d47d2b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #59804d, #a8c8a7, #e1d5c1, #f5b575, #d47d2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #59804d, #a8c8a7, #e1d5c1, #f5b575, #d47d2b);
}

Alpine Serenity color palette created on .