Serene Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serene Breeze palette

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

Serene Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #50b4a2;
}
.color-2 {
color: #b8e0d3;
}
.color-3 {
color: #f0f4f0;
}
.color-4 {
color: #f7c5a1;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #50b4a2;
--color-2: #b8e0d3;
--color-3: #f0f4f0;
--color-4: #f7c5a1;
--color-5: #ff6e61;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #50b4a2, #b8e0d3, #f0f4f0, #f7c5a1, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #50b4a2, #b8e0d3, #f0f4f0, #f7c5a1, #ff6e61);
}

Serene Breeze color palette created on .