Serene Skies カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serene Skies palette

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

Serene Skies カラーパレット CSS

/* CSS */
.color-1 {
color: #375beb;
}
.color-2 {
color: #5db8f9;
}
.color-3 {
color: #8ef1e0;
}
.color-4 {
color: #f3e4aa;
}
.color-5 {
color: #f7b2a1;
}

/* CSS Variables */
:root {
--color-1: #375beb;
--color-2: #5db8f9;
--color-3: #8ef1e0;
--color-4: #f3e4aa;
--color-5: #f7b2a1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #375beb, #5db8f9, #8ef1e0, #f3e4aa, #f7b2a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #375beb, #5db8f9, #8ef1e0, #f3e4aa, #f7b2a1);
}

Serene Skies color palette created on .