Clinical Bliss カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Clinical Bliss palette

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

Clinical Bliss カラーパレット CSS

/* CSS */
.color-1 {
color: #e0f7fa;
}
.color-2 {
color: #a8ffeb;
}
.color-3 {
color: #b7fbbe;
}
.color-4 {
color: #fff9c2;
}
.color-5 {
color: #ffe0b3;
}

/* CSS Variables */
:root {
--color-1: #e0f7fa;
--color-2: #a8ffeb;
--color-3: #b7fbbe;
--color-4: #fff9c2;
--color-5: #ffe0b3;
}

Clinical Bliss の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0f7fa, #a8ffeb, #b7fbbe, #fff9c2, #ffe0b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0f7fa, #a8ffeb, #b7fbbe, #fff9c2, #ffe0b3);
}

Clinical Bliss color palette created on .