Sandy Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sandy Serenity palette

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

Sandy Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #e5c9a4;
}
.color-2 {
color: #d3b58d;
}
.color-3 {
color: #bf9f69;
}
.color-4 {
color: #f6e8b1;
}
.color-5 {
color: #e2c2a1;
}

/* CSS Variables */
:root {
--color-1: #e5c9a4;
--color-2: #d3b58d;
--color-3: #bf9f69;
--color-4: #f6e8b1;
--color-5: #e2c2a1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5c9a4, #d3b58d, #bf9f69, #f6e8b1, #e2c2a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5c9a4, #d3b58d, #bf9f69, #f6e8b1, #e2c2a1);
}

Sandy Serenity color palette created on .