Dreamy Waters カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dreamy Waters palette

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

Dreamy Waters カラーパレット CSS

/* CSS */
.color-1 {
color: #4c6a90;
}
.color-2 {
color: #6bb0e1;
}
.color-3 {
color: #a1d7e8;
}
.color-4 {
color: #f5b2c1;
}
.color-5 {
color: #f6d6a7;
}

/* CSS Variables */
:root {
--color-1: #4c6a90;
--color-2: #6bb0e1;
--color-3: #a1d7e8;
--color-4: #f5b2c1;
--color-5: #f6d6a7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c6a90, #6bb0e1, #a1d7e8, #f5b2c1, #f6d6a7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c6a90, #6bb0e1, #a1d7e8, #f5b2c1, #f6d6a7);
}

Dreamy Waters color palette created on .