Dreamy Jellyburst カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dreamy Jellyburst palette

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

Dreamy Jellyburst カラーパレット CSS

/* CSS */
.color-1 {
color: #f4e7f9;
}
.color-2 {
color: #f8effa;
}
.color-3 {
color: #fbf8fc;
}
.color-4 {
color: #ebf8ff;
}
.color-5 {
color: #c3e3fe;
}

/* CSS Variables */
:root {
--color-1: #f4e7f9;
--color-2: #f8effa;
--color-3: #fbf8fc;
--color-4: #ebf8ff;
--color-5: #c3e3fe;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4e7f9, #f8effa, #fbf8fc, #ebf8ff, #c3e3fe);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4e7f9, #f8effa, #fbf8fc, #ebf8ff, #c3e3fe);
}

Dreamy Jellyburst color palette created on .