Blue and Pink Dream カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue and Pink Dream palette

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

Blue and Pink Dream カラーパレット CSS

/* CSS */
.color-1 {
color: #5bb3e6;
}
.color-2 {
color: #f58aff;
}
.color-3 {
color: #ff6b8b;
}
.color-4 {
color: #ffce6b;
}
.color-5 {
color: #4d9f3c;
}

/* CSS Variables */
:root {
--color-1: #5bb3e6;
--color-2: #f58aff;
--color-3: #ff6b8b;
--color-4: #ffce6b;
--color-5: #4d9f3c;
}

Blue and Pink Dream の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5bb3e6, #f58aff, #ff6b8b, #ffce6b, #4d9f3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5bb3e6, #f58aff, #ff6b8b, #ffce6b, #4d9f3c);
}

Blue and Pink Dream color palette created on .