Iridescent Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Iridescent Dreams palette

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

Iridescent Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #00b3c7;
}
.color-2 {
color: #9ed6e5;
}
.color-3 {
color: #f2a1b6;
}
.color-4 {
color: #f7e97e;
}
.color-5 {
color: #7c3d8a;
}

/* CSS Variables */
:root {
--color-1: #00b3c7;
--color-2: #9ed6e5;
--color-3: #f2a1b6;
--color-4: #f7e97e;
--color-5: #7c3d8a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00b3c7, #9ed6e5, #f2a1b6, #f7e97e, #7c3d8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00b3c7, #9ed6e5, #f2a1b6, #f7e97e, #7c3d8a);
}

Iridescent Dreams color palette created on .