Serene Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serene Breeze palette

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

Serene Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #4f93b5;
}
.color-2 {
color: #65b2c3;
}
.color-3 {
color: #76d6d3;
}
.color-4 {
color: #a2e7e0;
}
.color-5 {
color: #d1f2f5;
}

/* CSS Variables */
:root {
--color-1: #4f93b5;
--color-2: #65b2c3;
--color-3: #76d6d3;
--color-4: #a2e7e0;
--color-5: #d1f2f5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f93b5, #65b2c3, #76d6d3, #a2e7e0, #d1f2f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f93b5, #65b2c3, #76d6d3, #a2e7e0, #d1f2f5);
}

Serene Breeze color palette created on .