Ethereal Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Ethereal Breeze palette

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

Ethereal Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #1f8fff;
}
.color-2 {
color: #65cdaa;
}
.color-3 {
color: #ffb8c1;
}
.color-4 {
color: #ff6347;
}
.color-5 {
color: #ffd9b8;
}

/* CSS Variables */
:root {
--color-1: #1f8fff;
--color-2: #65cdaa;
--color-3: #ffb8c1;
--color-4: #ff6347;
--color-5: #ffd9b8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8fff, #65cdaa, #ffb8c1, #ff6347, #ffd9b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8fff, #65cdaa, #ffb8c1, #ff6347, #ffd9b8);
}

Ethereal Breeze color palette created on .