Golden Sands Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Sands Serenity palette

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

Golden Sands Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #d2c2a7;
}
.color-2 {
color: #e2d9b6;
}
.color-3 {
color: #f5e2a3;
}
.color-4 {
color: #f7c78d;
}
.color-5 {
color: #e8a55e;
}

/* CSS Variables */
:root {
--color-1: #d2c2a7;
--color-2: #e2d9b6;
--color-3: #f5e2a3;
--color-4: #f7c78d;
--color-5: #e8a55e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2c2a7, #e2d9b6, #f5e2a3, #f7c78d, #e8a55e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2c2a7, #e2d9b6, #f5e2a3, #f7c78d, #e8a55e);
}

Golden Sands Serenity color palette created on .