Dreamy Horizons カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dreamy Horizons palette

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

Dreamy Horizons カラーパレット CSS

/* CSS */
.color-1 {
color: #ffb3c1;
}
.color-2 {
color: #a9e0d8;
}
.color-3 {
color: #ffea80;
}
.color-4 {
color: #f79c40;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #ffb3c1;
--color-2: #a9e0d8;
--color-3: #ffea80;
--color-4: #f79c40;
--color-5: #ff6e61;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3c1, #a9e0d8, #ffea80, #f79c40, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3c1, #a9e0d8, #ffea80, #f79c40, #ff6e61);
}

Dreamy Horizons color palette created on .