Night Owl カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Night Owl palette
Night Owl カラー パレット PNG 画像
Night Owl カラーパレット CSS
/* CSS */
.color-1 {
color: #1e1e76;
}
.color-2 {
color: #3b5b9b;
}
.color-3 {
color: #5a7bb5;
}
.color-4 {
color: #91b5de;
}
.color-5 {
color: #f0e7b2;
}
/* CSS Variables */
:root {
--color-1: #1e1e76;
--color-2: #3b5b9b;
--color-3: #5a7bb5;
--color-4: #91b5de;
--color-5: #f0e7b2;
}
Night Owl の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e76, #3b5b9b, #5a7bb5, #91b5de, #f0e7b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e76, #3b5b9b, #5a7bb5, #91b5de, #f0e7b2);
}
似たようなカラーパレット
Night Owl color palette created on .