Blahaj Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blahaj Dreams palette

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

Blahaj Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #a8d3e1;
}
.color-2 {
color: #f4b09f;
}
.color-3 {
color: #fcee88;
}
.color-4 {
color: #f9cb9f;
}
.color-5 {
color: #eab8e4;
}

/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #f4b09f;
--color-3: #fcee88;
--color-4: #f9cb9f;
--color-5: #eab8e4;
}

Blahaj Dreams の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #f4b09f, #fcee88, #f9cb9f, #eab8e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #f4b09f, #fcee88, #f9cb9f, #eab8e4);
}

Blahaj Dreams color palette created on .