Serene Skies カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serene Skies palette

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

Serene Skies カラーパレット CSS

/* CSS */
.color-1 {
color: #aaa592;
}
.color-2 {
color: #0000ff;
}
.color-3 {
color: #5551c8;
}
.color-4 {
color: #8cbce8;
}
.color-5 {
color: #f0e78e;
}

/* CSS Variables */
:root {
--color-1: #aaa592;
--color-2: #0000ff;
--color-3: #5551c8;
--color-4: #8cbce8;
--color-5: #f0e78e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #aaa592, #0000ff, #5551c8, #8cbce8, #f0e78e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #aaa592, #0000ff, #5551c8, #8cbce8, #f0e78e);
}

Serene Skies color palette created on .