Celestial Serenity カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Celestial Serenity palette
Celestial Serenity カラーパレット CSS
/* CSS */
.color-1 {
color: #1e4d6c;
}
.color-2 {
color: #3a8c8d;
}
.color-3 {
color: #5dc6a6;
}
.color-4 {
color: #a5e1e3;
}
.color-5 {
color: #f0f4f0;
}
/* CSS Variables */
:root {
--color-1: #1e4d6c;
--color-2: #3a8c8d;
--color-3: #5dc6a6;
--color-4: #a5e1e3;
--color-5: #f0f4f0;
}
Celestial Serenity の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e4d6c, #3a8c8d, #5dc6a6, #a5e1e3, #f0f4f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e4d6c, #3a8c8d, #5dc6a6, #a5e1e3, #f0f4f0);
}
似たようなカラーパレット
下にスクロールして200+個のエステティックカラーパレットを探索しましょう
Celestial Serenity color palette created on .