Daydream カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Daydream palette

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

Daydream カラーパレット CSS

/* CSS */
.color-1 {
color: #f3dcfe;
}
.color-2 {
color: #e1b6fc;
}
.color-3 {
color: #cdcfe4;
}
.color-4 {
color: #a4dcfe;
}
.color-5 {
color: #ceb9e4;
}

/* CSS Variables */
:root {
--color-1: #f3dcfe;
--color-2: #e1b6fc;
--color-3: #cdcfe4;
--color-4: #a4dcfe;
--color-5: #ceb9e4;
}

Daydream の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3dcfe, #e1b6fc, #cdcfe4, #a4dcfe, #ceb9e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3dcfe, #e1b6fc, #cdcfe4, #a4dcfe, #ceb9e4);
}

Daydream color palette created on .