Serene Sands カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serene Sands palette

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

Serene Sands カラーパレット CSS

/* CSS */
.color-1 {
color: #f1a8a2;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #4f9c9b;
}
.color-4 {
color: #2b8b9c;
}
.color-5 {
color: #1e5b6c;
}

/* CSS Variables */
:root {
--color-1: #f1a8a2;
--color-2: #f1c84b;
--color-3: #4f9c9b;
--color-4: #2b8b9c;
--color-5: #1e5b6c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a8a2, #f1c84b, #4f9c9b, #2b8b9c, #1e5b6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a8a2, #f1c84b, #4f9c9b, #2b8b9c, #1e5b6c);
}

Serene Sands color palette created on .