Serene Haven カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serene Haven palette

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

Serene Haven カラーパレット CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #0f0e0a;
}
.color-3 {
color: #98cdbd;
}
.color-4 {
color: #315877;
}
.color-5 {
color: #e8edab;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #0f0e0a;
--color-3: #98cdbd;
--color-4: #315877;
--color-5: #e8edab;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #0f0e0a, #98cdbd, #315877, #e8edab);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #0f0e0a, #98cdbd, #315877, #e8edab);
}

Serene Haven color palette created on .