Cerulean Dreams カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Cerulean Dreams palette
Cerulean Dreams カラーパレット CSS
/* CSS */
.color-1 {
color: #4d7f9d;
}
.color-2 {
color: #7da1b5;
}
.color-3 {
color: #a5c6d5;
}
.color-4 {
color: #d2e6ea;
}
.color-5 {
color: #f5f8fa;
}
/* CSS Variables */
:root {
--color-1: #4d7f9d;
--color-2: #7da1b5;
--color-3: #a5c6d5;
--color-4: #d2e6ea;
--color-5: #f5f8fa;
}
Cerulean Dreams の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d7f9d, #7da1b5, #a5c6d5, #d2e6ea, #f5f8fa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d7f9d, #7da1b5, #a5c6d5, #d2e6ea, #f5f8fa);
}
似たようなカラーパレット
Cerulean Dreams color palette created on .