Ethereal Whispers カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Ethereal Whispers palette

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

Ethereal Whispers カラーパレット CSS

/* CSS */
.color-1 {
color: #f1a7da;
}
.color-2 {
color: #76b7e0;
}
.color-3 {
color: #4cdc9d;
}
.color-4 {
color: #ffc966;
}
.color-5 {
color: #f76e6e;
}

/* CSS Variables */
:root {
--color-1: #f1a7da;
--color-2: #76b7e0;
--color-3: #4cdc9d;
--color-4: #ffc966;
--color-5: #f76e6e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7da, #76b7e0, #4cdc9d, #ffc966, #f76e6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7da, #76b7e0, #4cdc9d, #ffc966, #f76e6e);
}

Ethereal Whispers color palette created on .