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