Savannah Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Savannah Serenity palette

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

Savannah Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #bfaa9b;
}
.color-2 {
color: #c9b99c;
}
.color-3 {
color: #d9cca1;
}
.color-4 {
color: #e6d7b7;
}
.color-5 {
color: #f1e1c6;
}

/* CSS Variables */
:root {
--color-1: #bfaa9b;
--color-2: #c9b99c;
--color-3: #d9cca1;
--color-4: #e6d7b7;
--color-5: #f1e1c6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bfaa9b, #c9b99c, #d9cca1, #e6d7b7, #f1e1c6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bfaa9b, #c9b99c, #d9cca1, #e6d7b7, #f1e1c6);
}

Savannah Serenity color palette created on .