Dreamy Roadtrip カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dreamy Roadtrip palette

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

Dreamy Roadtrip カラーパレット CSS

/* CSS */
.color-1 {
color: #f7c5a1;
}
.color-2 {
color: #f5a5a3;
}
.color-3 {
color: #e878b0;
}
.color-4 {
color: #9071c6;
}
.color-5 {
color: #6c9bd0;
}

/* CSS Variables */
:root {
--color-1: #f7c5a1;
--color-2: #f5a5a3;
--color-3: #e878b0;
--color-4: #9071c6;
--color-5: #6c9bd0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5a1, #f5a5a3, #e878b0, #9071c6, #6c9bd0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5a1, #f5a5a3, #e878b0, #9071c6, #6c9bd0);
}

Dreamy Roadtrip color palette created on .