Whispering Ocean Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispering Ocean Breeze palette

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

Whispering Ocean Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #ffffff;
}
.color-3 {
color: #fdfdfc;
}
.color-4 {
color: #b2e3fa;
}
.color-5 {
color: #aee2fa;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #ffffff;
--color-3: #fdfdfc;
--color-4: #b2e3fa;
--color-5: #aee2fa;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #ffffff, #fdfdfc, #b2e3fa, #aee2fa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #ffffff, #fdfdfc, #b2e3fa, #aee2fa);
}

Whispering Ocean Breeze color palette created on .