Iris Dreamscape カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Iris Dreamscape palette

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

Iris Dreamscape カラーパレット CSS

/* CSS */
.color-1 {
color: #5b99dc;
}
.color-2 {
color: #7cc4ee;
}
.color-3 {
color: #a8e0f5;
}
.color-4 {
color: #f5c99e;
}
.color-5 {
color: #fa7a7a;
}

/* CSS Variables */
:root {
--color-1: #5b99dc;
--color-2: #7cc4ee;
--color-3: #a8e0f5;
--color-4: #f5c99e;
--color-5: #fa7a7a;
}

Iris Dreamscape の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b99dc, #7cc4ee, #a8e0f5, #f5c99e, #fa7a7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b99dc, #7cc4ee, #a8e0f5, #f5c99e, #fa7a7a);
}

Iris Dreamscape color palette created on .