Sandy Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sandy Serenity palette

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

Sandy Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #d9cca1;
}
.color-2 {
color: #e6cfb3;
}
.color-3 {
color: #f4e2c8;
}
.color-4 {
color: #f9e5d7;
}
.color-5 {
color: #fff5e0;
}

/* CSS Variables */
:root {
--color-1: #d9cca1;
--color-2: #e6cfb3;
--color-3: #f4e2c8;
--color-4: #f9e5d7;
--color-5: #fff5e0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9cca1, #e6cfb3, #f4e2c8, #f9e5d7, #fff5e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9cca1, #e6cfb3, #f4e2c8, #f9e5d7, #fff5e0);
}

Sandy Serenity color palette created on .