Davin's Dreamscape カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Davin's Dreamscape palette

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

Davin's Dreamscape カラーパレット CSS

/* CSS */
.color-1 {
color: #f7b5a1;
}
.color-2 {
color: #f6d4a2;
}
.color-3 {
color: #f4e1a4;
}
.color-4 {
color: #9fd1e5;
}
.color-5 {
color: #5fb8e7;
}

/* CSS Variables */
:root {
--color-1: #f7b5a1;
--color-2: #f6d4a2;
--color-3: #f4e1a4;
--color-4: #9fd1e5;
--color-5: #5fb8e7;
}

Davin's Dreamscape の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b5a1, #f6d4a2, #f4e1a4, #9fd1e5, #5fb8e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b5a1, #f6d4a2, #f4e1a4, #9fd1e5, #5fb8e7);
}

Davin's Dreamscape color palette created on .