Jacob's Dreamscape カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Jacob's Dreamscape palette

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

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

/* CSS */
.color-1 {
color: #a1dff7;
}
.color-2 {
color: #ffe66b;
}
.color-3 {
color: #ff6b6b;
}
.color-4 {
color: #6ccb79;
}
.color-5 {
color: #ffb300;
}

/* CSS Variables */
:root {
--color-1: #a1dff7;
--color-2: #ffe66b;
--color-3: #ff6b6b;
--color-4: #6ccb79;
--color-5: #ffb300;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1dff7, #ffe66b, #ff6b6b, #6ccb79, #ffb300);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1dff7, #ffe66b, #ff6b6b, #6ccb79, #ffb300);
}

Jacob's Dreamscape color palette created on .