Zephyr's Embrace カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Zephyr's Embrace palette

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

Zephyr's Embrace カラーパレット CSS

/* CSS */
.color-1 {
color: #1f8fe5;
}
.color-2 {
color: #85cdfa;
}
.color-3 {
color: #b1e0e7;
}
.color-4 {
color: #f0e78e;
}
.color-5 {
color: #ffd900;
}

/* CSS Variables */
:root {
--color-1: #1f8fe5;
--color-2: #85cdfa;
--color-3: #b1e0e7;
--color-4: #f0e78e;
--color-5: #ffd900;
}

Zephyr's Embrace の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8fe5, #85cdfa, #b1e0e7, #f0e78e, #ffd900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8fe5, #85cdfa, #b1e0e7, #f0e78e, #ffd900);
}

Zephyr's Embrace color palette created on .