Dreamy Ocean Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dreamy Ocean Breeze palette

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

Dreamy Ocean Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #00bfff;
}
.color-2 {
color: #66d1ff;
}
.color-3 {
color: #a3e0ff;
}
.color-4 {
color: #f0f6ff;
}
.color-5 {
color: #ffb3c1;
}

/* CSS Variables */
:root {
--color-1: #00bfff;
--color-2: #66d1ff;
--color-3: #a3e0ff;
--color-4: #f0f6ff;
--color-5: #ffb3c1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00bfff, #66d1ff, #a3e0ff, #f0f6ff, #ffb3c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00bfff, #66d1ff, #a3e0ff, #f0f6ff, #ffb3c1);
}

Dreamy Ocean Breeze color palette created on .