Whimsical Sunset Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whimsical Sunset Breeze palette

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

Whimsical Sunset Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #f6dbcb;
}
.color-2 {
color: #b1ecf6;
}
.color-3 {
color: #b4a79c;
}
.color-4 {
color: #95835b;
}
.color-5 {
color: #ed545c;
}

/* CSS Variables */
:root {
--color-1: #f6dbcb;
--color-2: #b1ecf6;
--color-3: #b4a79c;
--color-4: #95835b;
--color-5: #ed545c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6dbcb, #b1ecf6, #b4a79c, #95835b, #ed545c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6dbcb, #b1ecf6, #b4a79c, #95835b, #ed545c);
}

Whimsical Sunset Breeze color palette created on .