Wedgewood Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Wedgewood Breeze palette

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

Wedgewood Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #4d7f9d;
}
.color-2 {
color: #70a8b2;
}
.color-3 {
color: #a2d8d6;
}
.color-4 {
color: #e6b1a3;
}
.color-5 {
color: #f57c7a;
}

/* CSS Variables */
:root {
--color-1: #4d7f9d;
--color-2: #70a8b2;
--color-3: #a2d8d6;
--color-4: #e6b1a3;
--color-5: #f57c7a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d7f9d, #70a8b2, #a2d8d6, #e6b1a3, #f57c7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d7f9d, #70a8b2, #a2d8d6, #e6b1a3, #f57c7a);
}

Wedgewood Breeze color palette created on .