Serene Horizons カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serene Horizons palette

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

Serene Horizons カラーパレット CSS

/* CSS */
.color-1 {
color: #f9b4b4;
}
.color-2 {
color: #ffcc99;
}
.color-3 {
color: #ffed9e;
}
.color-4 {
color: #b3e0ff;
}
.color-5 {
color: #80b0ff;
}

/* CSS Variables */
:root {
--color-1: #f9b4b4;
--color-2: #ffcc99;
--color-3: #ffed9e;
--color-4: #b3e0ff;
--color-5: #80b0ff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b4b4, #ffcc99, #ffed9e, #b3e0ff, #80b0ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b4b4, #ffcc99, #ffed9e, #b3e0ff, #80b0ff);
}

Serene Horizons color palette created on .