Serene Sunset Tides カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serene Sunset Tides palette

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

Serene Sunset Tides カラーパレット CSS

/* CSS */
.color-1 {
color: #d6b3b3;
}
.color-2 {
color: #e0c2c2;
}
.color-3 {
color: #f2b5b5;
}
.color-4 {
color: #509dc3;
}
.color-5 {
color: #53b3df;
}

/* CSS Variables */
:root {
--color-1: #d6b3b3;
--color-2: #e0c2c2;
--color-3: #f2b5b5;
--color-4: #509dc3;
--color-5: #53b3df;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6b3b3, #e0c2c2, #f2b5b5, #509dc3, #53b3df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6b3b3, #e0c2c2, #f2b5b5, #509dc3, #53b3df);
}

Serene Sunset Tides color palette created on .