Serene Spring Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serene Spring Breeze palette

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

Serene Spring Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #a8e1af;
}
.color-2 {
color: #b3d8e0;
}
.color-3 {
color: #a3c7e0;
}
.color-4 {
color: #b7a9e5;
}
.color-5 {
color: #f9ccb4;
}

/* CSS Variables */
:root {
--color-1: #a8e1af;
--color-2: #b3d8e0;
--color-3: #a3c7e0;
--color-4: #b7a9e5;
--color-5: #f9ccb4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8e1af, #b3d8e0, #a3c7e0, #b7a9e5, #f9ccb4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8e1af, #b3d8e0, #a3c7e0, #b7a9e5, #f9ccb4);
}

Serene Spring Breeze color palette created on .