Gentle Expectation カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Gentle Expectation palette

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

Gentle Expectation カラーパレット CSS

/* CSS */
.color-1 {
color: #4c90bd;
}
.color-2 {
color: #5cb8d1;
}
.color-3 {
color: #a3d3e0;
}
.color-4 {
color: #f0c1c4;
}
.color-5 {
color: #e1a8b7;
}

/* CSS Variables */
:root {
--color-1: #4c90bd;
--color-2: #5cb8d1;
--color-3: #a3d3e0;
--color-4: #f0c1c4;
--color-5: #e1a8b7;
}

Gentle Expectation の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c90bd, #5cb8d1, #a3d3e0, #f0c1c4, #e1a8b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c90bd, #5cb8d1, #a3d3e0, #f0c1c4, #e1a8b7);
}

Gentle Expectation color palette created on .