Frosted Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Frosted Dreams palette

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

Frosted Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #e6a2da;
}
.color-2 {
color: #a8d6e6;
}
.color-3 {
color: #a8e1d4;
}
.color-4 {
color: #b3e2a2;
}
.color-5 {
color: #ffd4a3;
}

/* CSS Variables */
:root {
--color-1: #e6a2da;
--color-2: #a8d6e6;
--color-3: #a8e1d4;
--color-4: #b3e2a2;
--color-5: #ffd4a3;
}

Frosted Dreams の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6a2da, #a8d6e6, #a8e1d4, #b3e2a2, #ffd4a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6a2da, #a8d6e6, #a8e1d4, #b3e2a2, #ffd4a3);
}

Frosted Dreams color palette created on .