Lab Coats and Curiosity カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Lab Coats and Curiosity palette
Lab Coats and Curiosity カラーパレット CSS
/* CSS */
.color-1 {
color: #f0f0f0;
}
.color-2 {
color: #dbe5f5;
}
.color-3 {
color: #a3c7e0;
}
.color-4 {
color: #5f9eab;
}
.color-5 {
color: #2a7a89;
}
/* CSS Variables */
:root {
--color-1: #f0f0f0;
--color-2: #dbe5f5;
--color-3: #a3c7e0;
--color-4: #5f9eab;
--color-5: #2a7a89;
}
Lab Coats and Curiosity の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0f0f0, #dbe5f5, #a3c7e0, #5f9eab, #2a7a89);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0f0f0, #dbe5f5, #a3c7e0, #5f9eab, #2a7a89);
}
似たようなカラーパレット
Lab Coats and Curiosity color palette created on .