Serene Spring Skies カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serene Spring Skies palette

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

Serene Spring Skies カラーパレット CSS

/* CSS */
.color-1 {
color: #f8b9ce;
}
.color-2 {
color: #eab8e4;
}
.color-3 {
color: #a3c7e0;
}
.color-4 {
color: #70b3d2;
}
.color-5 {
color: #3d93b3;
}

/* CSS Variables */
:root {
--color-1: #f8b9ce;
--color-2: #eab8e4;
--color-3: #a3c7e0;
--color-4: #70b3d2;
--color-5: #3d93b3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8b9ce, #eab8e4, #a3c7e0, #70b3d2, #3d93b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8b9ce, #eab8e4, #a3c7e0, #70b3d2, #3d93b3);
}

Serene Spring Skies color palette created on .